|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrontEndActivityGraph
Represents the activity graph describing the details of a presentation tier or "front end" use case.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
FrontEndController |
getController()
The controller context for this activity graph. |
FrontEndAction |
getInitialAction()
This is the initial action encountered in this activity graph. |
boolean |
isContainedInFrontEndUseCase()
True if this element is contained in a FrontEndUseCase. |
boolean |
isFrontEndActivityGraphMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.ActivityGraphFacade |
|---|
getActionStates, getObjectFlowStates, getPartitions, getUseCase, isActivityGraphFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateMachineFacade |
|---|
getContextElement, getFinalStates, getInitialState, getInitialStates, getInitialTransition, getPseudostates, getStates, getTransitions, isStateMachineFacadeMetaType |
| Method Detail |
|---|
boolean isFrontEndActivityGraphMetaType()
trueFrontEndController getController()
The controller context for this activity graph. This controller can be the target of deferrable events in the action states and transitions in this graph.
FrontEndAction getInitialAction()
This is the initial action encountered in this activity graph. This is the one and only transition coming out of the initial state.
boolean isContainedInFrontEndUseCase()
True if this element is contained in a FrontEndUseCase.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||