Modifier and Type | Interface and Description |
---|---|
interface |
FrontEndActionState
Represents an operation on the server called by an action.
|
interface |
FrontEndView
Represents a view within a front end application.
|
Modifier and Type | Method and Description |
---|---|
ActionStateFacade |
ActionFacade.getActionState()
If this action is located on an action state, this will represent that state.
|
Modifier and Type | Method and Description |
---|---|
Collection<ActionStateFacade> |
ActivityGraphFacade.getActionStates()
The set of action states contained in this activity graph.
|
Collection<ActionStateFacade> |
ModelFacade.getAllActionStates()
Return all ActionStates belonging to this model.
|
Collection<ActionStateFacade> |
ModelFacade.getAllActionStatesWithStereotype(ActivityGraphFacade activityGraph,
String stereotypeName)
Finds all ActionStates with the Stereotype.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.