|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PseudostateFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
boolean |
isChoice()
|
boolean |
isCollect()
Denotes this pseudostate to be either a join or a fork with a single outgoing transition and more than one incoming transition. |
boolean |
isDecisionPoint()
|
boolean |
isDeepHistory()
|
boolean |
isFork()
|
boolean |
isInitialState()
|
boolean |
isJoin()
|
boolean |
isJunction()
|
boolean |
isMergePoint()
|
boolean |
isPseudostateFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
boolean |
isShallowHistory()
|
boolean |
isSplit()
Denotes this pseudostate to be either a join or a fork with a single incoming transition and more than one outgoing transition. |
| Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade |
|---|
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType |
| Method Detail |
|---|
boolean isPseudostateFacadeMetaType()
trueboolean isChoice()
boolean isCollect()
Denotes this pseudostate to be either a join or a fork with a single outgoing transition and more than one incoming transition.
boolean isDecisionPoint()
boolean isDeepHistory()
boolean isFork()
boolean isInitialState()
boolean isJoin()
boolean isJunction()
boolean isMergePoint()
boolean isShallowHistory()
boolean isSplit()
Denotes this pseudostate to be either a join or a fork with a single incoming transition and more than one outgoing transition.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||