public class GeneralizableElementFacadeLogicImpl extends GeneralizableElementFacadeLogic
GeneralizableElementFacade
,
Serialized FormmetaObject
xmiHelper
contextRoot
Constructor and Description |
---|
GeneralizableElementFacadeLogicImpl(Object 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.
|
protected Collection<GeneralizableElementFacade> |
handleGetAllGeneralizations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Set<GeneralizableElementFacade> |
handleGetAllSpecializations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Classifier |
handleGetGeneralization()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Generalization> |
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<Classifier> |
handleGetGeneralizations()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Classifier> |
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, handleGetModelNamespace, handleGetName, 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, isAUml14Dependency
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(Object metaObject, String context)
metaObject
- context
- protected String handleGetGeneralizationList()
handleGetGeneralizationList
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralizationList()
protected Classifier handleGetGeneralization()
GeneralizableElementFacadeLogic
handleGetGeneralization
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralization()
protected Collection<Classifier> handleGetSpecializations()
GeneralizableElementFacadeLogic
handleGetSpecializations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getSpecializations()
protected Collection<Classifier> handleGetGeneralizations()
GeneralizableElementFacadeLogic
handleGetGeneralizations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralizations()
protected Collection<Generalization> handleGetGeneralizationLinks()
GeneralizableElementFacadeLogic
handleGetGeneralizationLinks
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getGeneralizationLinks()
protected Set<GeneralizableElementFacade> handleGetAllSpecializations()
GeneralizableElementFacadeLogic
handleGetAllSpecializations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getAllSpecializations()
protected Collection<GeneralizableElementFacade> handleGetAllGeneralizations()
GeneralizableElementFacadeLogic
handleGetAllGeneralizations
in class GeneralizableElementFacadeLogic
GeneralizableElementFacade.getAllGeneralizations()
protected Object handleFindTaggedValue(String tagName, boolean follow)
GeneralizableElementFacadeLogic
handleFindTaggedValue
in class GeneralizableElementFacadeLogic
GeneralizableElementFacadeLogic.handleFindTaggedValue(String, boolean)
protected GeneralizableElementFacade handleGetGeneralizationRoot()
GeneralizableElementFacadeLogic
handleGetGeneralizationRoot
in class GeneralizableElementFacadeLogic
GeneralizableElementFacadeLogic.handleGetGeneralizationRoot()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.