org.cumt.model.analysis.usecases
Class FlowActivity

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

public class FlowActivity
extends IdentifiedObject
implements java.lang.Cloneable

Represents an activity in a use case flow.

Author:
Carlos Descalzi
See Also:
Serialized Form

Constructor Summary
FlowActivity()
           
 
Method Summary
 void addAlternativeFlow(AlternativeFlow alternativeFlow)
           
 java.lang.Object clone()
           
 java.util.List<AlternativeFlow> getAlternativeFlows()
           
 java.lang.String getDescription()
           
 Flow getParentFlow()
           
 void setAlternativeFlows(java.util.List<AlternativeFlow> alternativeFlows)
           
 void setDescription(java.lang.String description)
           
 void setParentFlow(Flow parentFlow)
           
 
Methods inherited from class org.cumt.model.IdentifiedObject
equals, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowActivity

public FlowActivity()
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getAlternativeFlows

public java.util.List<AlternativeFlow> getAlternativeFlows()

addAlternativeFlow

public void addAlternativeFlow(AlternativeFlow alternativeFlow)

setAlternativeFlows

public void setAlternativeFlows(java.util.List<AlternativeFlow> alternativeFlows)

getParentFlow

public Flow getParentFlow()

setParentFlow

public void setParentFlow(Flow parentFlow)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


Copyright © 2006 null. All Rights Reserved.