|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StateMachineFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
ModelElementFacade |
getContextElement()
|
java.util.Collection |
getFinalStates()
|
PseudostateFacade |
getInitialState()
The first initial state (if any) found in this activity graph. |
java.util.Collection |
getInitialStates()
|
TransitionFacade |
getInitialTransition()
The first transition on the first initial state found for this activity graph. |
java.util.Collection |
getPseudostates()
|
java.util.Collection |
getStates()
|
java.util.Collection |
getTransitions()
|
boolean |
isStateMachineFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
|---|
boolean isStateMachineFacadeMetaType()
trueModelElementFacade getContextElement()
java.util.Collection getFinalStates()
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.
java.util.Collection getInitialStates()
TransitionFacade getInitialTransition()
The first transition on the first initial state found for this activity graph.
java.util.Collection getPseudostates()
java.util.Collection getStates()
java.util.Collection getTransitions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||