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

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

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

Classes in org.argouml.uml.util.namespace that implement NamespaceElement
 class StringNamespaceElement
          A StringNamespaceElement wraps a string around a NamespaceElement.
 

Methods in org.argouml.uml.util.namespace that return NamespaceElement
 NamespaceElement StringNamespace.peekNamespaceElement()
           
 NamespaceElement StringNamespace.popNamespaceElement()
           
 NamespaceElement Namespace.popNamespaceElement()
          reduces the innermost namespace element, e.g.
 NamespaceElement Namespace.peekNamespaceElement()
          return the innermost namespace element without removing it.
 

Methods in org.argouml.uml.util.namespace with parameters of type NamespaceElement
 void StringNamespace.pushNamespaceElement(NamespaceElement element)
           
 void Namespace.pushNamespaceElement(NamespaceElement element)
          add another element to a namespace.
 

Constructors in org.argouml.uml.util.namespace with parameters of type NamespaceElement
StringNamespace(NamespaceElement[] elements, String theToken)
          Construct a namespace from NamespaceElements with given scope token.
StringNamespace(NamespaceElement[] elements)
          Construct a namespace from NamespaceElements with default scope token.
 



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