com.hp.hpl.jena.query
Class ARQ

java.lang.Object
  extended by com.hp.hpl.jena.query.ARQ

public class ARQ
extends java.lang.Object

ARQ - miscellaneous settings

Version:
$Id: ARQ.java,v 1.19 2005/09/28 13:28:30 andy_seaborne Exp $
Author:
Andy Seaborne

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

arqNS

public static final java.lang.String arqNS
Root of ARQ-defined parameter names

See Also:
Constant Field Values

orderPlanning

public static final com.hp.hpl.jena.query.util.Symbol orderPlanning
Enable/disable general order optionals (not SPARQL)


enableRegexConstraintsOpt

public static final com.hp.hpl.jena.query.util.Symbol enableRegexConstraintsOpt
Enable/disable pushing a single regex filter into the preceeding basic block. This may then be processed natively by the databases (simple regular expressions only: starts/end with string, constains string, no metacharacters. The regular expression form is RDQL's (attempts to match anything, not just strings).


constantBNodeLabels

public static final com.hp.hpl.jena.query.util.Symbol constantBNodeLabels
Allow constant bNode labels as <_:...> or not - that is a pseudo URIs. This does not affect [] or _:a bNodes a variables in queries.


PATH

public static final java.lang.String PATH
The root package name for ARQ

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The product name

See Also:
Constant Field Values

WEBSITE

public static final java.lang.String WEBSITE
The ARQ web site : see also http://jena.sourceforge.net

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
The full name of the current ARQ version

See Also:
Constant Field Values

MAJOR_VERSION

public static final java.lang.String MAJOR_VERSION
The major version number for this release of ARQ (ie '2' for Jena 2.0)

See Also:
Constant Field Values

MINOR_VERSION

public static final java.lang.String MINOR_VERSION
The minor version number for this release of ARQ (ie '0' for Jena 2.0)

See Also:
Constant Field Values

VERSION_STATUS

public static final java.lang.String VERSION_STATUS
The version status for this release of ARQ (eg '-beta1' or the empty string)

See Also:
Constant Field Values

BUILD_DATE

public static final java.lang.String BUILD_DATE
The date and time at which this release was built

See Also:
Constant Field Values
Constructor Detail

ARQ

public ARQ()
Method Detail

init

public static void init()
Ensure things have started


getContext

public static com.hp.hpl.jena.query.util.Context getContext()


Copyright © 2004, 2005 Hewlett-Packard Development Company, LP