|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.query.ARQ
public class ARQ
ARQ - miscellaneous settings
| Field Summary | |
|---|---|
static java.lang.String |
arqIRI
IRI for ARQ |
static java.lang.String |
arqNS
Root of ARQ-defined parameter names |
static java.lang.String |
arqSymbolPrefix
Root of ARQ-defined parameter names |
static java.lang.String |
BUILD_DATE
The date and time at which this release was built |
static com.hp.hpl.jena.sparql.util.Symbol |
constantBNodeLabels
Controls bNode labels as <_:... |
static com.hp.hpl.jena.sparql.util.Symbol |
enablePropertyFunctions
Enable built-in property functions - also called "magic properties". |
static com.hp.hpl.jena.sparql.util.Symbol |
enableRomanNumerals
Context symbol controlling Roman Numerals in Filters. |
static com.hp.hpl.jena.sparql.util.Symbol |
extensionValueTypes
Expression evaluation without extension types (e.g. xsd:date, language tags) |
static com.hp.hpl.jena.sparql.util.Symbol |
filterPlacement
Context key controlling whether the main query engine moves filters to the "best" place. |
static com.hp.hpl.jena.sparql.util.Symbol |
generateToList
Generate the ToList operation in the algebra (as ARQ is stream based, ToList is a non-op). |
static com.hp.hpl.jena.sparql.util.Symbol |
hideNonDistiguishedVariables
Context key to control hiding non-distinuished variables |
static com.hp.hpl.jena.sparql.util.Symbol |
inputGraphBNodeLabels
If true, XML result sets will use the bNode label in the result set itself. |
static com.hp.hpl.jena.sparql.util.Symbol |
javaRegex
Symbol to name java.util.regex regular expression engine |
static java.lang.String |
MAJOR_VERSION
The major version number for this release of ARQ (ie '2' for ARQ 2.0) |
static java.lang.String |
MINOR_VERSION
The minor version number for this release of ARQ (ie '0' for ARQ 2.0) |
static java.lang.String |
NAME
The product name |
static com.hp.hpl.jena.sparql.util.Symbol |
outputGraphBNodeLabels
If true, XML result sets written will contain the graph bNode label See also inputGraphBNodeLabels |
static java.lang.String |
PATH
The root package name for ARQ |
static com.hp.hpl.jena.sparql.util.Symbol |
regexImpl
Determine which regular expression system to use. |
static com.hp.hpl.jena.sparql.util.Symbol |
stageGenerator
Context key for StageBuilder used in BGP compilation |
static com.hp.hpl.jena.sparql.util.Symbol |
strictGraph
Use a simple (and non-scalable) graph implementation that does no value testing. |
static com.hp.hpl.jena.sparql.util.Symbol |
strictSPARQL
Stick exactly to the spec. |
static com.hp.hpl.jena.sparql.util.Symbol |
useSAX
Use the SAX parser for XML result sets. |
static java.lang.String |
VERSION
The full name of the current ARQ version |
static java.lang.String |
VERSION_STATUS
The version status for this release of ARQ (eg '-beta1' or the empty string) |
static java.lang.String |
WEBSITE
The ARQ web site : see also http://jena.sourceforge.net |
static com.hp.hpl.jena.sparql.util.Symbol |
xercesRegex
Symbol to name the Xerces-J regular expression engine |
| Constructor Summary | |
|---|---|
ARQ()
|
|
| Method Summary | |
|---|---|
static void |
enableBlankNodeResultLabels()
Turn on processing of blank node labels in queries |
static void |
enableBlankNodeResultLabels(boolean val)
Turn on/off processing of blank node labels in queries |
static com.hp.hpl.jena.sparql.util.Context |
getContext()
|
static void |
init()
Ensure things have started - applications do not need call this. |
static boolean |
isFalse(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static boolean |
isFalseOrUndef(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static boolean |
isStrictMode()
|
static boolean |
isTrue(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static boolean |
isTrueOrUndef(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static void |
set(com.hp.hpl.jena.sparql.util.Symbol symbol,
boolean value)
|
static void |
setFalse(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static void |
setNormalMode()
|
static void |
setNormalMode(com.hp.hpl.jena.sparql.util.Context context)
|
static void |
setStrictMode()
Set global strict mode |
static void |
setStrictMode(com.hp.hpl.jena.sparql.util.Context context)
Set strict mode for a given Context |
static void |
setTrue(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static void |
unset(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
static void |
whenRequiredByAssembler(com.hp.hpl.jena.assembler.assemblers.AssemblerGroup g)
Used by Jena assemblers for registration |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String arqIRI
public static final java.lang.String arqNS
public static final java.lang.String arqSymbolPrefix
public static final com.hp.hpl.jena.sparql.util.Symbol strictSPARQL
public static final com.hp.hpl.jena.sparql.util.Symbol constantBNodeLabels
public static final com.hp.hpl.jena.sparql.util.Symbol enablePropertyFunctions
public static final com.hp.hpl.jena.sparql.util.Symbol outputGraphBNodeLabels
public static final com.hp.hpl.jena.sparql.util.Symbol inputGraphBNodeLabels
public static final com.hp.hpl.jena.sparql.util.Symbol enableRomanNumerals
public static final com.hp.hpl.jena.sparql.util.Symbol stageGenerator
public static final com.hp.hpl.jena.sparql.util.Symbol hideNonDistiguishedVariables
public static final com.hp.hpl.jena.sparql.util.Symbol useSAX
public static final com.hp.hpl.jena.sparql.util.Symbol regexImpl
public static final com.hp.hpl.jena.sparql.util.Symbol javaRegex
public static final com.hp.hpl.jena.sparql.util.Symbol xercesRegex
public static final com.hp.hpl.jena.sparql.util.Symbol filterPlacement
public static final com.hp.hpl.jena.sparql.util.Symbol strictGraph
public static final com.hp.hpl.jena.sparql.util.Symbol extensionValueTypes
public static final com.hp.hpl.jena.sparql.util.Symbol generateToList
public static final java.lang.String PATH
public static final java.lang.String NAME
public static final java.lang.String WEBSITE
public static final java.lang.String VERSION
public static final java.lang.String MAJOR_VERSION
public static final java.lang.String MINOR_VERSION
public static final java.lang.String VERSION_STATUS
public static final java.lang.String BUILD_DATE
| Constructor Detail |
|---|
public ARQ()
| Method Detail |
|---|
public static void enableBlankNodeResultLabels()
public static void enableBlankNodeResultLabels(boolean val)
public static void setStrictMode()
public static void setStrictMode(com.hp.hpl.jena.sparql.util.Context context)
public static boolean isStrictMode()
public static void setNormalMode()
public static void setNormalMode(com.hp.hpl.jena.sparql.util.Context context)
public static void init()
public static void whenRequiredByAssembler(com.hp.hpl.jena.assembler.assemblers.AssemblerGroup g)
public static com.hp.hpl.jena.sparql.util.Context getContext()
public static void set(com.hp.hpl.jena.sparql.util.Symbol symbol,
boolean value)
public static void setTrue(com.hp.hpl.jena.sparql.util.Symbol symbol)
public static void setFalse(com.hp.hpl.jena.sparql.util.Symbol symbol)
public static void unset(com.hp.hpl.jena.sparql.util.Symbol symbol)
public static boolean isTrue(com.hp.hpl.jena.sparql.util.Symbol symbol)
public static boolean isFalse(com.hp.hpl.jena.sparql.util.Symbol symbol)
public static boolean isTrueOrUndef(com.hp.hpl.jena.sparql.util.Symbol symbol)
public static boolean isFalseOrUndef(com.hp.hpl.jena.sparql.util.Symbol symbol)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||