Class SPARQLExt
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.SPARQLExt
-
public final class SPARQLExt extends java.lang.Object
The configuration entry point of SPARQL-Generate. Methodinit()
must be called before anything else.- Author:
- Maxime Lefrançois
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SPARQLExt.SPARQLGenerateSyntax
This class must be used instead of classSyntax
.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EXT
The File Extension for SPARQL-Generate documents.static java.lang.String
FUN
The namespace of SPARQL-Generate binding functions.static java.lang.String
ITER
The namespace of SPARQL-Generate iterator functions.static java.lang.String
MEDIA_TYPE
The SPARQL-Generate media type.static java.lang.String
MEDIA_TYPE_URI
The SPARQL-Generate media type URI.static java.lang.String
NS
The namespace of SPARQL-Generate, also the root of SPARQL-Generate-defined parameter namesstatic Symbol
REGISTRY_ITERATORS
The iterators library registry key.static Syntax
SYNTAX
The SPARQL-Generate syntax.static java.lang.String
SYNTAX_URI
The URI of the SPARQL-Generate syntax.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init()
Forces the initialization of SPARQL-Generate.
-
-
-
Field Detail
-
MEDIA_TYPE
public static final java.lang.String MEDIA_TYPE
The SPARQL-Generate media type.- See Also:
- Constant Field Values
-
MEDIA_TYPE_URI
public static final java.lang.String MEDIA_TYPE_URI
The SPARQL-Generate media type URI.- See Also:
- Constant Field Values
-
NS
public static final java.lang.String NS
The namespace of SPARQL-Generate, also the root of SPARQL-Generate-defined parameter names- See Also:
- Constant Field Values
-
FUN
public static final java.lang.String FUN
The namespace of SPARQL-Generate binding functions.- See Also:
- Constant Field Values
-
ITER
public static final java.lang.String ITER
The namespace of SPARQL-Generate iterator functions.- See Also:
- Constant Field Values
-
SYNTAX_URI
public static final java.lang.String SYNTAX_URI
The URI of the SPARQL-Generate syntax.- See Also:
- Constant Field Values
-
EXT
public static final java.lang.String EXT
The File Extension for SPARQL-Generate documents.- See Also:
- Constant Field Values
-
SYNTAX
public static final Syntax SYNTAX
The SPARQL-Generate syntax.
-
REGISTRY_ITERATORS
public static final Symbol REGISTRY_ITERATORS
The iterators library registry key.
-
-