|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrontEndController
A front end controller is assigned as the context of a use-case. The controller provides the "controlling" of the use case's activity.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.util.List |
getDeferringActions()
All actions that defer to at least one operation of this controller. |
java.util.List |
getServiceReferences()
Returns all back-end services referenced by this controller. |
FrontEndUseCase |
getUseCase()
Returns the use-case "controlled" by this controller. |
boolean |
isFrontEndControllerMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.GeneralizableElementFacade |
|---|
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType |
| Method Detail |
|---|
boolean isFrontEndControllerMetaType()
truejava.util.List getDeferringActions()
All actions that defer to at least one operation of this controller.
java.util.List getServiceReferences()
Returns all back-end services referenced by this controller.
FrontEndUseCase getUseCase()
Returns the use-case "controlled" by this controller.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||