org.andromda.metafacades.uml
Interface FrontEndEvent

All Superinterfaces:
EventFacade, ModelElementFacade

public interface FrontEndEvent
extends EventFacade

A front-end event is represented by some kind of even on some kind of front-end (hyperlink, submit button, etc).

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 FrontEndAction getAction()
           The action which triggers the "front-end" event.
 FrontEndControllerOperation getControllerCall()
           The call to the controller for this front-end event (if any).
 java.util.List 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).
 
Methods inherited from interface org.andromda.metafacades.uml.EventFacade
getParameters, getState, getTransition, isEventFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isFrontEndEventMetaType

boolean isFrontEndEventMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

getAction

FrontEndAction getAction()

The action which triggers the "front-end" event.


getControllerCall

FrontEndControllerOperation getControllerCall()

The call to the controller for this front-end event (if any).


getControllerCalls

java.util.List getControllerCalls()

Gets all controller operation calls for the front-end event.


isContainedInFrontEndUseCase

boolean isContainedInFrontEndUseCase()

Indicates whether or not this front end event is contained within a FrontEndUseCase.



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.