Alignment API and Server 4.1.${version.update}

Uses of Class
fr.inrialpes.exmo.align.impl.Namespace

Packages that use Namespace
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.renderer   
fr.inrialpes.exmo.align.parser   
 

Uses of Namespace in fr.inrialpes.exmo.align.impl
 

Fields in fr.inrialpes.exmo.align.impl with type parameters of type Namespace
private static Map<String,Namespace> Namespace.register
           
 

Methods in fr.inrialpes.exmo.align.impl that return Namespace
static Namespace Namespace.getNSByUri(String url)
          Determines a namespace instance depending on it's url.
static Namespace Namespace.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Namespace[] Namespace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Namespace in fr.inrialpes.exmo.align.impl.renderer
 

Fields in fr.inrialpes.exmo.align.impl.renderer declared as Namespace
private static Namespace RDFRendererVisitor.DEF
           
private static Namespace OWLAxiomsRendererVisitor.DEF
           
 

Uses of Namespace in fr.inrialpes.exmo.align.parser
 

Fields in fr.inrialpes.exmo.align.parser declared as Namespace
private static Namespace TypeCheckingVisitor.DEF
           
 Namespace SyntaxElement.namespace
          Holds the namespace for the element.
 

Methods in fr.inrialpes.exmo.align.parser that return Namespace
 Namespace SyntaxElement.getNamespace()
          Returns the namespace of the element.
 

Methods in fr.inrialpes.exmo.align.parser with parameters of type Namespace
 String SyntaxElement.print(Namespace namespace)
          Formats the element to a printable string.
 

Constructors in fr.inrialpes.exmo.align.parser with parameters of type Namespace
SyntaxElement(Namespace namespace, String name)
           
SyntaxElement(Namespace namespace, String name, boolean prp)
           
SyntaxElement(Namespace namespace, String name, SyntaxElement.Constructor op)
           
SyntaxElement(Namespace ns, String name, SyntaxElement.Constructor op, boolean prp)
          Constructor which takes the name and the namespace of the element.
 


Alignment API and Server 4.1.${version.update}

(C) INRIA & friends, 2003-${curryear}