|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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). |
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 |
| Method Detail |
public boolean isFrontEndEventMetaType()
truepublic FrontEndAction getAction()
The action which triggers the "front-end" event.
public FrontEndControllerOperation getControllerCall()
The call to the controller for this front-end event (if any).
public List getControllerCalls()
Gets all controller operation calls for the front-end event.
public boolean isContainedInFrontEndUseCase()
Indicates whether or not this front end event is contained within a FrontEndUseCase.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||