org.cumt.model.analysis.usecases
Class AlternativeFlow

java.lang.Object
  extended by org.cumt.model.IdentifiedObject
      extended by org.cumt.model.analysis.usecases.AlternativeFlow
All Implemented Interfaces:
java.io.Serializable

public class AlternativeFlow
extends IdentifiedObject

See Also:
Serialized Form

Constructor Summary
AlternativeFlow()
           
 
Method Summary
 java.lang.String getCondition()
           
 Flow getFlow()
           
 void setCondition(java.lang.String condition)
           
 void setFlow(Flow flow)
           
 
Methods inherited from class org.cumt.model.IdentifiedObject
equals, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlternativeFlow

public AlternativeFlow()
Method Detail

getCondition

public java.lang.String getCondition()

setCondition

public void setCondition(java.lang.String condition)

getFlow

public Flow getFlow()

setFlow

public void setFlow(Flow flow)


Copyright © 2006 null. All Rights Reserved.