|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
ModelElementFacade |
getContextElement()
|
Collection |
getFinalStates()
|
PseudostateFacade |
getInitialState()
The first initial state (if any) found in this activity graph. |
Collection |
getInitialStates()
|
TransitionFacade |
getInitialTransition()
The first transition on the first initial state found for this activity graph. |
Collection |
getPseudostates()
|
Collection |
getStates()
|
Collection |
getTransitions()
|
boolean |
isStateMachineFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
public boolean isStateMachineFacadeMetaType()
truepublic ModelElementFacade getContextElement()
public Collection getFinalStates()
public PseudostateFacade getInitialState()
The first initial state (if any) found in this activity graph. Although technically many initial states per graph are allowed, it makes sense to have only one, for this reason we provide this property.
public Collection getInitialStates()
public TransitionFacade getInitialTransition()
The first transition on the first initial state found for this activity graph.
public Collection getPseudostates()
public Collection getStates()
public Collection getTransitions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||