|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public 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.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.util.List |
getInterUseCaseParameters()
Parameters that are directly entering this final state, they will be able to survive a trip to the next use-case. |
FrontEndUseCase |
getTargetUseCase()
The use case the final state is "targetting". |
boolean |
isContainedInFrontEndUseCase()
Indicates if this front end final state is contained within a FrontEndUseCase. |
boolean |
isFrontEndFinalStateMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.FinalStateFacade |
|---|
isFinalStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateFacade |
|---|
getDeferrableEvents, isStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade |
|---|
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType |
| Method Detail |
|---|
boolean isFrontEndFinalStateMetaType()
truejava.util.List getInterUseCaseParameters()
Parameters that are directly entering this final state, they will be able to survive a trip to the next use-case.
FrontEndUseCase getTargetUseCase()
The use case the final state is "targetting".
boolean isContainedInFrontEndUseCase()
Indicates if this front end final state is contained within a FrontEndUseCase.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||