public class GeneralizableElementFacadeLogicImpl extends GeneralizableElementFacadeLogic
GeneralizableElementFacade,
Serialized FormmetaObjectcontextRoot| 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, 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, 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, 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 GeneralizableElementFacadeLogicImpl(org.omg.uml.foundation.core.GeneralizableElement metaObject, String context)
metaObject - context - public Collection<GeneralizableElementFacade> handleGetAllGeneralizations()
GeneralizableElementFacadeLogichandleGetAllGeneralizations in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getAllGeneralizations()public org.omg.uml.foundation.core.GeneralizableElement handleGetGeneralization()
GeneralizableElementFacadeLogichandleGetGeneralization in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getGeneralization()protected Collection<GeneralizableElementFacade> handleGetGeneralizations()
GeneralizableElementFacadeLogichandleGetGeneralizations in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getGeneralizations()protected Collection<GeneralizationFacade> handleGetGeneralizationLinks()
GeneralizableElementFacadeLogichandleGetGeneralizationLinks in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getGeneralizationLinks()public Collection<org.omg.uml.foundation.core.GeneralizableElement> handleGetSpecializations()
GeneralizableElementFacadeLogichandleGetSpecializations in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getSpecializations()protected String handleGetGeneralizationList()
handleGetGeneralizationList in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getGeneralizationList()protected Collection<GeneralizableElementFacade> handleGetAllSpecializations()
GeneralizableElementFacadeLogichandleGetAllSpecializations in class GeneralizableElementFacadeLogicGeneralizableElementFacade.getAllSpecializations()protected Object handleFindTaggedValue(String tagName, boolean follow)
GeneralizableElementFacadeLogichandleFindTaggedValue in class GeneralizableElementFacadeLogicGeneralizableElementFacade.findTaggedValue(String, boolean)protected GeneralizableElementFacade handleGetGeneralizationRoot()
GeneralizableElementFacadeLogichandleGetGeneralizationRoot in class GeneralizableElementFacadeLogicGeneralizableElementFacadeLogic.handleGetGeneralizationRoot()Copyright © 2003–2014 AndroMDA.org. All rights reserved.