Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
org.andromda.core.namespace |
Defines all the namespace component support.
|
Modifier and Type | Method and Description |
---|---|
NamespaceRegistry |
Namespaces.getRegistry(String namespace)
Retrieves the namespace registry for the given namespace, or returns null
if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
Collection<NamespaceRegistry> |
Namespaces.getNamespaceRegistries()
Gets all available namespace registries (these are namespaces
which have been discovered but are not necessarily configured).
|
Modifier and Type | Method and Description |
---|---|
void |
Namespaces.addRegistry(NamespaceRegistry registry)
Adds a namespace registry to this instance.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
NamespaceRegistry.copy(NamespaceRegistry registry)
Copies all contents from the
registry
to this instance. |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.