Uses of Interface
org.argouml.uml.util.namespace.Namespace

Packages that use Namespace
org.argouml.uml.util.namespace various classes to help dealing with namespaces. 
 

Uses of Namespace in org.argouml.uml.util.namespace
 

Classes in org.argouml.uml.util.namespace that implement Namespace
 class StringNamespace
          A StringNamespace is a string based namespace (StringNamespaceElement) object.
 

Methods in org.argouml.uml.util.namespace that return Namespace
 Namespace StringNamespace.getBaseNamespace()
           
 Namespace StringNamespace.getCommonNamespace(Namespace namespace)
           
static Namespace StringNamespace.parse(String fqn, String token)
          parse a fully qualified namespace to create a Namespace object.
static Namespace StringNamespace.parse(Class c)
          parse the name of a (java) class.
 Namespace Namespace.getCommonNamespace(Namespace namespace)
          returns the namespace which is common to both namespaces, e.g.
 Namespace Namespace.getBaseNamespace()
          returns the base of a namespace, e.g.
 

Methods in org.argouml.uml.util.namespace with parameters of type Namespace
 Namespace StringNamespace.getCommonNamespace(Namespace namespace)
           
 Namespace Namespace.getCommonNamespace(Namespace namespace)
          returns the namespace which is common to both namespaces, e.g.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook