|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A front end forward is any transition between front-end states.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
String |
getActionMethodName()
The method name used to delegate to this forward. |
List |
getActions()
The front-end actions directly containing this front-end forward. |
FrontEndEvent |
getDecisionTrigger()
The trigger for this front-end forward. |
List |
getForwardParameters()
Tthe set of parameter used during transport in this forward. |
FrontEndActivityGraph |
getFrontEndActivityGraph()
The activity graph which holds this forward if the graph is contained in a FrontEndUseCase. |
FrontEndControllerOperation |
getOperationCall()
The operation to which is called during execution of this front-end forward. |
FrontEndUseCase |
getUseCase()
The use case in which this forward is contained. |
boolean |
isContainedInFrontEndUseCase()
Indicates if this forward is contained in a FrontEndUseCase. |
boolean |
isEnteringView()
Indicates if this action directly targets a "front-end" view, false otherwise. |
boolean |
isExitingView()
Indicates if this forward (transition) is coming out of a front-end view. |
boolean |
isFrontEndForwardMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.TransitionFacade |
getEffect, getGuard, getSource, getTarget, getTrigger, isEnteringActionState, isEnteringDecisionPoint, isEnteringFinalState, isExitingActionState, isExitingDecisionPoint, isExitingInitialState, isTransitionFacadeMetaType, isTriggerPresent |
| Method Detail |
public boolean isFrontEndForwardMetaType()
truepublic String getActionMethodName()
The method name used to delegate to this forward.
public List getActions()
The front-end actions directly containing this front-end forward.
public FrontEndEvent getDecisionTrigger()
The trigger for this front-end forward.
public List getForwardParameters()
Tthe set of parameter used during transport in this forward.
public FrontEndActivityGraph getFrontEndActivityGraph()
The activity graph which holds this forward if the graph is contained in a FrontEndUseCase.
public FrontEndControllerOperation getOperationCall()
The operation to which is called during execution of this front-end forward.
public FrontEndUseCase getUseCase()
The use case in which this forward is contained.
public boolean isContainedInFrontEndUseCase()
Indicates if this forward is contained in a FrontEndUseCase.
public boolean isEnteringView()
Indicates if this action directly targets a "front-end" view, false otherwise.
public boolean isExitingView()
Indicates if this forward (transition) is coming out of a front-end view.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||