Modifier and Type | Method and Description |
---|---|
FrontEndAction |
FrontEndParameter.getAction()
The action to which this parameter belongs (if it belongs to an action), otherwise it returns
null.
|
FrontEndAction |
FrontEndEvent.getAction()
The action which triggers the "front-end" event.
|
FrontEndAction |
FrontEndActivityGraph.getInitialAction()
This is the initial action encountered in this activity graph.
|
Modifier and Type | Method and Description |
---|---|
List<FrontEndAction> |
FrontEndView.getActions()
All actions that can be triggered on this view.
|
List<FrontEndAction> |
FrontEndUseCase.getActions()
The actions for this use-case.
|
List<FrontEndAction> |
FrontEndForward.getActions()
The front-end actions directly containing this front-end forward.
|
List<FrontEndAction> |
FrontEndPseudostate.getContainerActions()
The actions that pass through this pseudo state.
|
List<FrontEndAction> |
FrontEndActionState.getContainerActions()
The actions that pass through this action state.
|
List<FrontEndAction> |
FrontEndControllerOperation.getDeferringActions()
All those actions that contain at least one front-end action state that is deferring to this
operation.
|
List<FrontEndAction> |
FrontEndController.getDeferringActions()
All actions that defer to at least one operation of this controller.
|
List<FrontEndAction> |
FrontEndPackage.getFrontEndUseCases()
The use cases that make up the "front-end".
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.