Modifier and Type | Interface and Description |
---|---|
interface |
FrontEndAction
Represents a "front-end" action.
|
interface |
FrontEndExceptionHandler
A front-end exception handler intercepts exceptions and delegates them into a front-end action
state that will handle it (for example by simply displaying it if the action state happened to be
a view) .
|
interface |
FrontEndForward
A front end forward is any transition between front-end states.
|
Modifier and Type | Method and Description |
---|---|
TransitionFacade |
StateMachineFacade.getInitialTransition()
The first transition on the first initial state found for this activity graph.
|
TransitionFacade |
GuardFacade.getTransition()
A directed relationship between a source vertex and a target vertex.
|
TransitionFacade |
EventFacade.getTransition()
If this event is located on a transition, this represents that transition.
|
TransitionFacade |
ActionFacade.getTransition()
If this action is located on a transition, this represents that transition.
|
Modifier and Type | Method and Description |
---|---|
Collection<TransitionFacade> |
ModelFacade.getAllTransitions()
All transitions present in the activity graphs contained by this model.
|
Collection<TransitionFacade> |
StateVertexFacade.getIncomings()
A directed relationship between a source vertex and a target vertex.
|
Collection<TransitionFacade> |
StateVertexFacade.getOutgoings()
A directed relationship between a source vertex and a target vertex.
|
Collection<TransitionFacade> |
StateMachineFacade.getTransitions()
A directed relationship between a source vertex and a target vertex.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.