Modifier and Type | Method and Description |
---|---|
FrontEndControllerOperation |
FrontEndEvent.getControllerCall()
The call to the controller for this front-end event (if any).
|
FrontEndControllerOperation |
FrontEndParameter.getControllerOperation()
Gets the controller operation to which this parameter belongs.
|
FrontEndControllerOperation |
FrontEndForward.getOperationCall()
The operation to which is called during execution of this front-end forward.
|
Modifier and Type | Method and Description |
---|---|
List<FrontEndControllerOperation> |
FrontEndEvent.getControllerCalls()
Gets all controller operation calls for the front-end event.
|
List<FrontEndControllerOperation> |
FrontEndAction.getDeferredOperations()
The controller operations to which this action defers, the order is preserved.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.