Package | Description |
---|---|
fr.inrialpes.exmo.align.impl | |
fr.inrialpes.exmo.align.impl.renderer | |
fr.inrialpes.exmo.align.parser |
Modifier and Type | Field and Description |
---|---|
private static Namespace |
BasicOntologyNetwork.DEF |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Namespace> |
Namespace.register |
Modifier and Type | Method and Description |
---|---|
static Namespace |
Namespace.getNSByUri(java.lang.String url)
Determines a namespace instance depending on it's url.
|
static Namespace |
Namespace.valueOf(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
private static Namespace |
RDFRendererVisitor.DEF |
private static Namespace |
OWLAxiomsRendererVisitor.DEF |
private static Namespace |
JSONRendererVisitor.DEF |
Modifier and Type | Field and Description |
---|---|
private static Namespace |
TypeCheckingVisitor.DEF |
Namespace |
SyntaxElement.namespace
Holds the namespace for the element.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
SyntaxElement.getNamespace() |
Modifier and Type | Method and Description |
---|---|
static SyntaxElement |
SyntaxElement.getSyntaxElement(Namespace ns,
java.lang.String s) |
java.lang.String |
SyntaxElement.print(Namespace namespace)
Formats the element to a printable string.
|
Constructor and Description |
---|
SyntaxElement(Namespace namespace,
java.lang.String name) |
SyntaxElement(Namespace namespace,
java.lang.String name,
boolean prp) |
SyntaxElement(Namespace namespace,
java.lang.String name,
SyntaxElement.Constructor op) |
SyntaxElement(Namespace ns,
java.lang.String name,
SyntaxElement.Constructor op,
boolean prp)
Constructor which takes the name and the namespace of the element.
|
(C) INRIA & friends, 2003-2020