public interface FrontEndEvent extends EventFacade
Modifier and Type | Method and Description |
---|---|
FrontEndAction |
getAction()
The action which triggers the "front-end" event.
|
FrontEndControllerOperation |
getControllerCall()
The call to the controller for this front-end event (if any).
|
List<FrontEndControllerOperation> |
getControllerCalls()
Gets all controller operation calls for the front-end event.
|
boolean |
isContainedInFrontEndUseCase()
Indicates whether or not this front end event is contained within a FrontEndUseCase.
|
boolean |
isFrontEndEventMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
getParameters, getState, getTransition, isEventFacadeMetaType
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 isFrontEndEventMetaType()
true
FrontEndAction getAction()
FrontEndControllerOperation getControllerCall()
List<FrontEndControllerOperation> getControllerCalls()
boolean isContainedInFrontEndUseCase()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.