|
|||||||||
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 |
arqNS
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.query.util.Symbol |
constantBNodeLabels
Allow constant bNode labels as <_:... |
static com.hp.hpl.jena.query.util.Symbol |
enableRegexConstraintsOpt
Enable/disable pushing a single regex filter into the preceeding basic block. |
static java.lang.String |
MAJOR_VERSION
The major version number for this release of ARQ (ie '2' for Jena 2.0) |
static java.lang.String |
MINOR_VERSION
The minor version number for this release of ARQ (ie '0' for Jena 2.0) |
static java.lang.String |
NAME
The product name |
static com.hp.hpl.jena.query.util.Symbol |
orderPlanning
Enable/disable general order optionals (not SPARQL) |
static java.lang.String |
PATH
The root package name for ARQ |
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 |
Constructor Summary | |
---|---|
ARQ()
|
Method Summary | |
---|---|
static com.hp.hpl.jena.query.util.Context |
getContext()
|
static void |
init()
Ensure things have started |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String arqNS
public static final com.hp.hpl.jena.query.util.Symbol orderPlanning
public static final com.hp.hpl.jena.query.util.Symbol enableRegexConstraintsOpt
public static final com.hp.hpl.jena.query.util.Symbol constantBNodeLabels
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 init()
public static com.hp.hpl.jena.query.util.Context getContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |