public interface FrontEndControllerOperation extends OperationFacade
| Modifier and Type | Method and Description |
|---|---|
FrontEndActivityGraph |
getActivityGraph()
The activity graph in which this controller operation is used.
|
List<FrontEndAction> |
getDeferringActions()
All those actions that contain at least one front-end action state that is deferring to this
operation.
|
List<FrontEndParameter> |
getFormFields()
The set of fields in the form made up form this controller operation's parameters.
|
boolean |
isAllArgumentsHaveFormFields()
For each front-end controller operation argument there must exist a form field for each
action deferring to that operation.
|
boolean |
isFrontEndControllerOperationMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isOwnerIsController()
Indicates if the owner of this operation is a controller.
|
findParameter, findTaggedValue, getArgumentNames, getArguments, getArgumentTypeNames, getCall, getConcurrency, getExceptionList, getExceptionList, getExceptions, getGetterSetterReturnTypeName, getLower, getMethodBody, getOverriddenOperation, getOwner, getParameters, getPostconditionName, getPostconditions, getPreconditionCall, getPreconditionName, getPreconditions, getPreconditionSignature, getReturnParameter, getReturnType, getSignature, getSignature, getSignature, getTypedArgumentList, getTypedArgumentList, getUpper, isAbstract, isExceptionsPresent, isLeaf, isMany, isOperationFacadeMetaType, isOrdered, isOverriding, isPostconditionsPresent, isPreconditionsPresent, isQuery, isReturnTypePresent, isStatic, isUniquecopyTaggedValues, 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, validateInvariantsboolean isFrontEndControllerOperationMetaType()
trueFrontEndActivityGraph getActivityGraph()
List<FrontEndAction> getDeferringActions()
List<FrontEndParameter> getFormFields()
boolean isAllArgumentsHaveFormFields()
boolean isOwnerIsController()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.