public interface FrontEndUseCase extends UseCaseFacade
Modifier and Type | Method and Description |
---|---|
List<FrontEndAction> |
getActions()
The actions for this use-case.
|
FrontEndActivityGraph |
getActivityGraph()
Returns the activity graph describing this use-case in more detail.
|
List<Role> |
getAllRoles()
All roles that directly or indirectly related to any "front-end" use cases.
|
List<FrontEndUseCase> |
getAllUseCases()
Returns all struts use-cases in this "front end" application.
|
FrontEndController |
getController()
Returns the controller for this use-case.
|
FrontEndView |
getInitialView()
The first view of this use case, this may actually return a view of another use case if the
first is found by traveling through the final state.
|
List<FrontEndFinalState> |
getReferencingFinalStates()
The final states linking to this use case
|
List<Role> |
getRoles()
Returns all roles that are directly and indirectly associated to this use-case.
|
List<FrontEndView> |
getViews()
All views that are part of this use case.
|
List<FrontEndParameter> |
getViewVariables()
The variables for all views in this use-case.
|
boolean |
isEntryUseCase()
True if this use-case is the entry point to the front end.
|
boolean |
isFrontEndUseCaseMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isSecured()
Indicates if this use case is "secured".
|
getExtends, getExtensionPoints, getFirstActivityGraph, getIncludes, isUseCaseFacadeMetaType
getOwnedElements, isNamespaceFacadeMetaType
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isFrontEndUseCaseMetaType()
true
List<FrontEndAction> getActions()
FrontEndActivityGraph getActivityGraph()
List<Role> getAllRoles()
List<FrontEndUseCase> getAllUseCases()
FrontEndController getController()
FrontEndView getInitialView()
List<FrontEndFinalState> getReferencingFinalStates()
List<Role> getRoles()
List<FrontEndParameter> getViewVariables()
List<FrontEndView> getViews()
boolean isEntryUseCase()
boolean isSecured()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.