|
||||||||||
| 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 <_:...> or not - that is a pseudo URIs. |
static com.hp.hpl.jena.sparql.util.Symbol |
enableExecutionTimeLogging
Enable logging of execution timing. |
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. |
static com.hp.hpl.jena.sparql.util.Symbol |
filterPlacement
Deprecated. |
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 |
NAME
The product name |
static com.hp.hpl.jena.sparql.util.Symbol |
optFilterConjunction
Context key controlling whether the standard optimizer applies optimizations to conjunctions (&&) in filters. |
static com.hp.hpl.jena.sparql.util.Symbol |
optFilterDisjunction
Context key controlling whether the standard optimizer applies optimizations to disjunctions (||) in filters. |
static com.hp.hpl.jena.sparql.util.Symbol |
optFilterEquality
Context key controlling whether the standard optimizer applies optimizations to equalities in FILTERs. |
static com.hp.hpl.jena.sparql.util.Symbol |
optFilterExpandOneOf
Context key controlling whether the standard optimizer applies optimizations to IN and NOT IN. |
static com.hp.hpl.jena.sparql.util.Symbol |
optFilterPlacement
Context key controlling whether the main query engine moves filters to the "best" place. |
static com.hp.hpl.jena.sparql.util.Symbol |
optimization
Context key controlling whether the main query engine applies the default optimization transformations. |
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 |
propertyFunctions
Context key controlling whether the main query engine |
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 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 void |
enableOptimizer(boolean state)
Globally switch the default optimizer on and off : Note that storage subsystems may also be applying separately controlled optimizations. |
static void |
enableOptimizer(com.hp.hpl.jena.sparql.util.Context context,
boolean state)
Switch the default optimizer on and off for a specific Context. |
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 enableExecutionTimeLogging
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 optimization
public static final com.hp.hpl.jena.sparql.util.Symbol optFilterPlacement
@Deprecated public static final com.hp.hpl.jena.sparql.util.Symbol filterPlacement
public static final com.hp.hpl.jena.sparql.util.Symbol optFilterEquality
public static final com.hp.hpl.jena.sparql.util.Symbol optFilterConjunction
public static final com.hp.hpl.jena.sparql.util.Symbol optFilterExpandOneOf
public static final com.hp.hpl.jena.sparql.util.Symbol optFilterDisjunction
public static final com.hp.hpl.jena.sparql.util.Symbol propertyFunctions
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 VERSION
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 enableOptimizer(boolean state)
public static void enableOptimizer(com.hp.hpl.jena.sparql.util.Context context,
boolean state)
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 | |||||||||