Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<FinalStateFacade> |
ModelFacade.findFinalStatesWithNameOrHyperlink(UseCaseFacade useCase)
Finds the FinalState with the Name or Hyperlink.
|
Collection<FinalStateFacade> |
StateMachineFacade.getFinalStates()
A special kind of state signifying that the enclosing region is completed.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.