Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
Namespaces.getNamespace(String namespaceName)
Gets the Namespace with the corresponding
namespaceName . |
Namespace[] |
Configuration.getNamespaces()
Gets the configuration namespaces.
|
Modifier and Type | Method and Description |
---|---|
Collection<Namespace> |
Namespaces.getNamespaces()
Gets the namespaces registered in this namespaces instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Namespaces.addNamespace(Namespace namespace)
Adds a namespace to this collection of namespaces.
|
void |
Configuration.addNamespace(Namespace namespace)
Adds a namespace to this configuration.
|
void |
Namespaces.addNamespaces(Namespace[] namespaces)
Adds all
namespaces to this instance. |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.