public interface FrontEndForward extends TransitionFacade
Modifier and Type | Method and Description |
---|---|
String |
getActionMethodName()
The method name used to delegate to this forward.
|
List<FrontEndAction> |
getActions()
The front-end actions directly containing this front-end forward.
|
FrontEndEvent |
getDecisionTrigger()
The trigger for this front-end forward.
|
List<FrontEndParameter> |
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).
|
getEffect, getGuard, getSource, getTarget, getTrigger, isEnteringActionState, isEnteringDecisionPoint, isEnteringFinalState, isExitingActionState, isExitingDecisionPoint, isExitingInitialState, isTransitionFacadeMetaType, isTriggerPresent
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isFrontEndForwardMetaType()
true
String getActionMethodName()
List<FrontEndAction> getActions()
FrontEndEvent getDecisionTrigger()
List<FrontEndParameter> getForwardParameters()
FrontEndActivityGraph getFrontEndActivityGraph()
FrontEndControllerOperation getOperationCall()
FrontEndUseCase getUseCase()
boolean isContainedInFrontEndUseCase()
boolean isEnteringView()
boolean isExitingView()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.