Uses of Class
org.andromda.core.configuration.Namespace

Packages that use Namespace
org.andromda.core.configuration Contains the classes and other resources that provide the configuration of AndroMDA. 
 

Uses of Namespace in org.andromda.core.configuration
 

Methods in org.andromda.core.configuration that return Namespace
 Namespace Namespaces.getNamespace(java.lang.String namespaceName)
          Gets the Namespace with the corresponding namespaceName.
 Namespace[] Configuration.getNamespaces()
          Gets the configuration namespaces.
 

Methods in org.andromda.core.configuration with parameters of type Namespace
 void Configuration.addNamespace(Namespace namespace)
          Adds a namespace to this configuration.
 void Namespaces.addNamespace(Namespace namespace)
          Adds a namespace to this collection of namespaces.
 void Namespaces.addNamespaces(Namespace[] namespaces)
          Adds all namespaces to this instance.
 



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.