public interface Classifier extends Element
| Modifier and Type | Method and Description |
|---|---|
Alias |
findAlias() |
Derivation |
findDerivation() |
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()
Alias findPackageAlias()
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 © 2017. All rights reserved.