|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for the factory for ActivityGraphs.
| Method Summary | |
Object |
buildActivityGraph(Object theContext)
Builds an activity graph owned by the given context. |
Object |
buildClassifierInState(Object classifier,
Collection state)
Builds a ClassifierInState. |
Object |
buildObjectFlowState(Object compositeState)
Builds an ObjectFlowState. |
Object |
createActionState()
Create an empty but initialized instance of a UML ActionState. |
Object |
createActivityGraph()
Create an empty but initialized instance of a UML ActivityGraph. |
Object |
createCallState()
Create an empty but initialized instance of a UML CallState. |
Object |
createClassifierInState()
Create an empty but initialized instance of a UML ClassifierInState. |
Object |
createObjectFlowState()
Create an empty but initialized instance of a UML ObjectFlowState. |
Object |
createPartition()
Create an empty but initialized instance of a UML Partition. |
Object |
createSubactivityState()
Create an empty but initialized instance of a UML SubactivityState. |
| Method Detail |
public Object createActionState()
public Object createActivityGraph()
public Object createCallState()
public Object createClassifierInState()
public Object createObjectFlowState()
public Object createPartition()
public Object createSubactivityState()
public Object buildActivityGraph(Object theContext)
theContext - is a ModelElement that will own the graph.
public Object buildObjectFlowState(Object compositeState)
compositeState - the given compositestate
public Object buildClassifierInState(Object classifier,
Collection state)
classifier - the classifier (type)state - the collection of states (inState)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |