public interface Classifier extends Element
| Modifier and Type | Method and Description |
|---|---|
org.plasma.sdo.Alias |
findAlias() |
org.plasma.sdo.Derivation |
findDerivation() |
org.plasma.sdo.Alias |
findPackageAlias() |
String |
getArtifactNamespaceURI()
Returns the (UML) artifact URI associated with the classifier, if
available, or null e.g.
|
String |
getBusinessName() |
List<Comment> |
getComments() |
Classifier |
getDerivationSupplier() |
List<Classifier> |
getGeneralization() |
String |
getLocalName() |
String |
getNamespaceURI()
Traverses the given classifier's package ancestry looking for an SDO
namespace stereotype, and if found, returns the URI.
|
String |
getPackageName() |
String |
getPackagePhysicalName() |
String |
getPhysicalName() |
List<Classifier> |
getSpecializations() |
Visibility |
getVisibility() |
boolean |
isAbstract() |
boolean |
isDataType() |
String getArtifactNamespaceURI()
String getPackageName()
String getPackagePhysicalName()
org.plasma.sdo.Alias findPackageAlias()
org.plasma.sdo.Derivation findDerivation()
List<Comment> getComments()
getComments in interface ElementVisibility getVisibility()
boolean isAbstract()
boolean isDataType()
List<Classifier> getGeneralization()
List<Classifier> getSpecializations()
String getNamespaceURI()
classifier - the classifierRepositoryException - if the URI is not foundString getPhysicalName()
getPhysicalName in interface ElementString getLocalName()
String getBusinessName()
Classifier getDerivationSupplier()
Copyright © 2021. All rights reserved.