public class GeneralizableElementFacadeLogicImpl extends GeneralizableElementFacadeLogic
GeneralizableElementFacade
,
Serialized FormmetaObject
contextRoot
Constructor and Description |
---|
GeneralizableElementFacadeLogicImpl(org.omg.uml.foundation.core.GeneralizableElement metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
protected Object |
handleFindTaggedValue(String tagName,
boolean follow)
Method to be implemented in descendants
Finds the tagged value optional searching the entire inheritance hierarchy if 'follow' is set
to true.
|
Collection<GeneralizableElementFacade> |
handleGetAllGeneralizations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<GeneralizableElementFacade> |
handleGetAllSpecializations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
org.omg.uml.foundation.core.GeneralizableElement |
handleGetGeneralization()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<GeneralizationFacade> |
handleGetGeneralizationLinks()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetGeneralizationList() |
protected GeneralizableElementFacade |
handleGetGeneralizationRoot()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<GeneralizableElementFacade> |
handleGetGeneralizations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
Collection<org.omg.uml.foundation.core.GeneralizableElement> |
handleGetSpecializations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType, 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, 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, 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 GeneralizableElementFacadeLogicImpl(org.omg.uml.foundation.core.GeneralizableElement metaObject, String context)
metaObject
- context
- public Collection<GeneralizableElementFacade> handleGetAllGeneralizations()
GeneralizableElementFacadeLogic
handleGetAllGeneralizations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getAllGeneralizations()
public org.omg.uml.foundation.core.GeneralizableElement handleGetGeneralization()
GeneralizableElementFacadeLogic
handleGetGeneralization
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralization()
protected Collection<GeneralizableElementFacade> handleGetGeneralizations()
GeneralizableElementFacadeLogic
handleGetGeneralizations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralizations()
protected Collection<GeneralizationFacade> handleGetGeneralizationLinks()
GeneralizableElementFacadeLogic
handleGetGeneralizationLinks
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralizationLinks()
public Collection<org.omg.uml.foundation.core.GeneralizableElement> handleGetSpecializations()
GeneralizableElementFacadeLogic
handleGetSpecializations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getSpecializations()
protected String handleGetGeneralizationList()
handleGetGeneralizationList
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralizationList()
protected Collection<GeneralizableElementFacade> handleGetAllSpecializations()
GeneralizableElementFacadeLogic
handleGetAllSpecializations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getAllSpecializations()
protected Object handleFindTaggedValue(String tagName, boolean follow)
GeneralizableElementFacadeLogic
handleFindTaggedValue
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.findTaggedValue(String, boolean)
protected GeneralizableElementFacade handleGetGeneralizationRoot()
GeneralizableElementFacadeLogic
handleGetGeneralizationRoot
in class GeneralizableElementFacadeLogic
GeneralizableElementFacadeLogic.handleGetGeneralizationRoot()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.