Modifier and Type | Interface and Description |
---|---|
interface |
ActionStateFacade
A state models a situation during which some (usually implicit) invariant condition holds.
|
interface |
FinalStateFacade
A special kind of state signifying that the enclosing region is completed.
|
interface |
FrontEndActionState
Represents an operation on the server called by an action.
|
interface |
FrontEndFinalState
A final state represents the end of a use-case, in a "front-end" application this means its the
transition into the next front-end use case.
|
interface |
FrontEndPseudostate
Encapsulates a pseudostate and provides specific front-end services.
|
interface |
FrontEndView
Represents a view within a front end application.
|
interface |
ObjectFlowStateFacade
A representation of the model object 'Object Flow'.
|
interface |
PseudostateFacade
An abstraction that encompasses different types of transient vertices in the state machine graph.
|
interface |
StateFacade
Models a situation during which some (usually implicit) invariant condition holds.
|
interface |
SubactivityStateFacade
State machines can be used to express the behavior of part of a system.
|
Modifier and Type | Method and Description |
---|---|
StateVertexFacade |
FrontEndAction.getInput()
The StateVertex (FrontEndView or PseudostateFacade) on which this action can be triggered.
|
StateVertexFacade |
TransitionFacade.getSource()
A representation of the model object 'Vertex'.
|
StateVertexFacade |
TransitionFacade.getTarget()
A representation of the model object 'Vertex'.
|
Modifier and Type | Method and Description |
---|---|
Collection<StateVertexFacade> |
PartitionFacade.getVertices()
All vertices enveloped by this partition.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.