public class ConstraintFacadeLogicImpl extends ConstraintFacadeLogic
ConstraintFacade,
Serialized FormmetaObjectcontextRoot| Constructor and Description |
|---|
ConstraintFacadeLogicImpl(org.omg.uml.foundation.core.Constraint metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
handleGetBody() |
Object |
handleGetContextElement()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
String |
handleGetTranslation(String language)
Method to be implemented in descendants
This constraint's translation for the argument languange.
|
boolean |
handleIsBodyExpression() |
boolean |
handleIsDefinition() |
boolean |
handleIsInvariant() |
boolean |
handleIsPostCondition() |
boolean |
handleIsPreCondition() |
getBody, getContextElement, getTranslation, isBodyExpression, isConstraintFacadeMetaType, isDefinition, isInvariant, isPostCondition, isPreCondition, resetMetafacadeContext, validateInvariantsgetArraySuffix, getValidationName, handleCopyTaggedValues, handleFindTaggedValue, handleFindTaggedValues, handleGetBindedFullyQualifiedName, handleGetConstraints, handleGetConstraints, handleGetDocumentation, handleGetDocumentation, handleGetDocumentation, handleGetFullyQualifiedName, handleGetFullyQualifiedName, handleGetFullyQualifiedNamePath, handleGetId, handleGetKeywords, handleGetLabel, handleGetLanguageMappings, handleGetModel, handleGetName, handleGetOwnedElements, handleGetOwner, handleGetPackage, handleGetPackageName, handleGetPackageName, handleGetPackagePath, handleGetQualifiedName, handleGetRootPackage, handleGetSourceDependencies, handleGetStateMachineContext, handleGetStereotypeNames, handleGetStereotypes, handleGetTaggedValues, handleGetTargetDependencies, handleGetTemplateParameter, handleGetTemplateParameters, handleGetVisibility, handleHasExactStereotype, handleHasKeyword, handleHasStereotype, handleIsBindingDependenciesPresent, handleIsConstraintsPresent, handleIsDocumentationPresent, handleIsReservedWord, handleIsTemplateParametersPresent, handleIsValidIdentifierName, handleTranslateConstraint, handleTranslateConstraints, handleTranslateConstraintscopyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, 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, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, toString, translateConstraint, translateConstraints, translateConstraintscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, getValidationOwner, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, 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, translateConstraintspublic ConstraintFacadeLogicImpl(org.omg.uml.foundation.core.Constraint metaObject, String context)
metaObject - context - public String handleGetBody()
handleGetBody in class ConstraintFacadeLogicConstraintFacade.getBody()public Object handleGetContextElement()
ConstraintFacadeLogichandleGetContextElement in class ConstraintFacadeLogicConstraintFacade.getContextElement()public boolean handleIsInvariant()
handleIsInvariant in class ConstraintFacadeLogicConstraintFacade.isInvariant()public boolean handleIsPreCondition()
handleIsPreCondition in class ConstraintFacadeLogicConstraintFacade.isPreCondition()public boolean handleIsPostCondition()
handleIsPostCondition in class ConstraintFacadeLogicConstraintFacade.isPostCondition()public boolean handleIsDefinition()
handleIsDefinition in class ConstraintFacadeLogicConstraintFacade.isDefinition()public boolean handleIsBodyExpression()
handleIsBodyExpression in class ConstraintFacadeLogicConstraintFacade.isBodyExpression()public String handleGetTranslation(String language)
ConstraintFacadeLogichandleGetTranslation in class ConstraintFacadeLogicConstraintFacade.getTranslation(String)public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
ModelElementFacadeLogicgetDocumentation in interface ModelElementFacadegetDocumentation in class ModelElementFacadeLogicindent - String
TODO: Model Documentation for
ModelElementFacade.getDocumentation(indent)lineLength - int
TODO: Model Documentation for
ModelElementFacade.getDocumentation(lineLength)htmlStyle - boolean
TODO: Model Documentation for
ModelElementFacade.getDocumentation(htmlStyle)ModelElementFacade.getDocumentation(String, int, boolean)Copyright © 2003–2014 AndroMDA.org. All rights reserved.