public class ConstraintFacadeLogicImpl extends ConstraintFacadeLogic
ConstraintFacade
,
Serialized FormmetaObject
contextRoot
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, validateInvariants
getArraySuffix, 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, handleTranslateConstraints
copyTaggedValues, 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, translateConstraints
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, getValidationOwner, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copyTaggedValues, 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, translateConstraints
public ConstraintFacadeLogicImpl(org.omg.uml.foundation.core.Constraint metaObject, String context)
metaObject
- context
- public String handleGetBody()
handleGetBody
in class ConstraintFacadeLogic
ConstraintFacade.getBody()
public Object handleGetContextElement()
ConstraintFacadeLogic
handleGetContextElement
in class ConstraintFacadeLogic
ConstraintFacade.getContextElement()
public boolean handleIsInvariant()
handleIsInvariant
in class ConstraintFacadeLogic
ConstraintFacade.isInvariant()
public boolean handleIsPreCondition()
handleIsPreCondition
in class ConstraintFacadeLogic
ConstraintFacade.isPreCondition()
public boolean handleIsPostCondition()
handleIsPostCondition
in class ConstraintFacadeLogic
ConstraintFacade.isPostCondition()
public boolean handleIsDefinition()
handleIsDefinition
in class ConstraintFacadeLogic
ConstraintFacade.isDefinition()
public boolean handleIsBodyExpression()
handleIsBodyExpression
in class ConstraintFacadeLogic
ConstraintFacade.isBodyExpression()
public String handleGetTranslation(String language)
ConstraintFacadeLogic
handleGetTranslation
in class ConstraintFacadeLogic
ConstraintFacade.getTranslation(String)
public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
ModelElementFacadeLogic
getDocumentation
in interface ModelElementFacade
getDocumentation
in class ModelElementFacadeLogic
indent
- 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.