|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActivityGraphFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.util.Collection |
getActionStates()
The set of action states contained in this activity graph. |
java.util.Collection |
getObjectFlowStates()
The set of object flow states contained in this activity graph. |
java.util.Collection |
getPartitions()
The set of partitions contained in this activity graph. |
UseCaseFacade |
getUseCase()
The use-case owning this activity graph. |
boolean |
isActivityGraphFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.StateMachineFacade |
|---|
getContextElement, getFinalStates, getInitialState, getInitialStates, getInitialTransition, getPseudostates, getStates, getTransitions, isStateMachineFacadeMetaType |
| Method Detail |
|---|
boolean isActivityGraphFacadeMetaType()
truejava.util.Collection getActionStates()
The set of action states contained in this activity graph.
java.util.Collection getObjectFlowStates()
The set of object flow states contained in this activity graph.
java.util.Collection getPartitions()
The set of partitions contained in this activity graph. Partitions are also known as swimlanes in UML.
UseCaseFacade getUseCase()
The use-case owning this activity graph.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||