org.plasma.sdo
Interface Alias
- All Known Implementing Classes:
- SDOAlias
public interface Alias
This stereotype provides modelling-context specific alternative names for UML named elements within a model. While a UML logical model often differs greatly from a physical model for example, the intent is to provide enough naming and other context specific information to make the physical model entirely reflective or derivitive of the UML logical model. In other words support the generation of multiple context-specific models from a single UML logical model. Modelling context specific names or aliases are particularly important as they often differ greatly between modelling contexts due to various standard naming conventions or technology limitations such as name length.
- Version:
- 1.1.7
- Author:
- Plasma-Team
getBase_NamedElement
fUML.Syntax.Classes.Kernel.NamedElement getBase_NamedElement()
setBase_NamedElement
void setBase_NamedElement(fUML.Syntax.Classes.Kernel.NamedElement value)
getPhysicalName
String getPhysicalName()
setPhysicalName
void setPhysicalName(String value)
getLocalName
String getLocalName()
setLocalName
void setLocalName(String value)
getBusinessName
String getBusinessName()
setBusinessName
void setBusinessName(String value)
Copyright © 2014. All rights reserved.