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 |
FrontEndView
Represents a view within a front end application.
|
interface |
ObjectFlowStateFacade
A representation of the model object 'Object Flow'.
|
interface |
SubactivityStateFacade
State machines can be used to express the behavior of part of a system.
|
Modifier and Type | Method and Description |
---|---|
StateFacade |
StateVertexFacade.getContainer()
Models a situation during which some (usually implicit) invariant condition holds.
|
StateFacade |
EventFacade.getState()
If this event is located on an action state, this will represent that state.
|
Modifier and Type | Method and Description |
---|---|
Collection<StateFacade> |
StateMachineFacade.getStates()
Models a situation during which some (usually implicit) invariant condition holds.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.