Package | Description |
---|---|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Field and Description |
---|---|
static Namespace |
Namespace.EMPTY |
Modifier and Type | Method and Description |
---|---|
static Namespace |
Namespace.create(java.lang.String uri,
java.lang.String prefix) |
Namespace |
UmlSkipped.getNamespace() |
Namespace |
UmlParameter.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlPackage.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlOperation.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlObject.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlDiagram.getNamespace() |
Namespace |
UmlDependency.getNamespace() |
Namespace |
UmlConstraint.getNamespace() |
Namespace |
UmlClass.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlAttribute.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlAssociationEnd.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
Namespace |
UmlAssociation.getNamespace()
Returns the namespace of this UML object, based on tagged values in the UML model and when
missing, calculated by the application.
|
protected Namespace |
AbstractUmlObject.initFromTags() |
Copyright 2009-2016 Tatjana (Tanja) Kostic