A B C D E F G H I L M N O P Q R S T U V X

A

ANYURI - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#anyURI
AllegroGraph - class com.franz.ag.AllegroGraph.
Each instance of this class implements access to one AllegroGraph triple store.
AllegroGraph(AllegroGraphConnection, String, String, String) - Constructor for class com.franz.ag.AllegroGraph
 
AllegroGraphConnection - class com.franz.ag.AllegroGraphConnection.
This class implements access to AllegroGraph triple stores through a server interface.
AllegroGraphConnection() - Constructor for class com.franz.ag.AllegroGraphConnection
Create an instance of an AllegroGraph Server.
AllegroGraphException - exception com.franz.ag.AllegroGraphException.
AllegroGraph exceptions.
AllegroGraphException() - Constructor for class com.franz.ag.AllegroGraphException
 
AllegroGraphException(String) - Constructor for class com.franz.ag.AllegroGraphException
 
AllegroGraphException(String, Throwable) - Constructor for class com.franz.ag.AllegroGraphException
 
AllegroGraphException(Throwable) - Constructor for class com.franz.ag.AllegroGraphException
 
access(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Create an instance that accesses an existing AllegroGraph triple store or a freshly created new empty triple store.
add() - Method in class com.franz.ag.EncodedLiteral
 
add() - Method in class com.franz.ag.Literal
Add this literal to the AllegroGraph triple store.
add() - Method in class com.franz.ag.Node
Add this node to the AllegroGraph triple store.
add() - Method in class com.franz.ag.Triple
Add a triple to the triple store.
addDataMapping(String[]) - Method in class com.franz.ag.AllegroGraph
Add to the table of datatype and property mappings in the triple store.
addIndexFlavors(String[]) - Method in class com.franz.ag.AllegroGraph
Add some indexing options to the triple store.
addLiteral(String) - Method in class com.franz.ag.AllegroGraph
Create a literal instance and add the Literal to the triple store registry.
addLiteral(String, String) - Method in class com.franz.ag.AllegroGraph
Create a literal instance with a language tag and add the Literal to the triple store registry.
addLiteral(String, URI) - Method in class com.franz.ag.AllegroGraph
Create a literal instance with a datatype tag and add the Literal to the triple store registry.
addLiteral(boolean) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java boolean value and add the Literal to the triple store registry.
addLiteral(long) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java long value and add the Literal to the triple store registry.
addLiteral(int) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java int value and add the Literal to the triple store registry.
addLiteral(short) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java short value and add the Literal to the triple store registry.
addLiteral(byte) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java byte value and add the Literal to the triple store registry.
addLiteral(double) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java double value and add the Literal to the triple store registry.
addLiteral(float) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java float value and add the Literal to the triple store registry.
addLiteralIds(String[], String[], String[]) - Method in class com.franz.ag.AllegroGraph
Add a set of literal instances to the triple store registry.
addLiterals(String[], String[], String[]) - Method in class com.franz.ag.AllegroGraph
Create a set of Literal instances and add the literals to the triple store registry.
addPart(String) - Method in class com.franz.ag.AllegroGraph
Add a Literal, Node or BlankNode to the triple store.
addProperty(URI, Value) - Method in class com.franz.ag.ResourceNode
 
addProperty(URI, Value) - Method in interface org.openrdf.model.Resource
Adds a property to this Resource in the RDF graph.
addStatement(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Add a Statement in the null context to the triple store.
addStatement(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Add a Statement to the triple store.
addStatements(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Add several null context Statements to the triple store.
addStatements(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Add several Statements to the triple store.
addTypedLiteral(String, String) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a string and add the Literal to the triple store registry.
addTypedLiteral(String, UPI) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a string and add the literal to the triple store registry.
addTypedLiteral(String, URI) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a string and add the literal to the triple store registry.
addURI(String) - Method in class com.franz.ag.AllegroGraph
Create a resource node with a URI label and add the resource to the triple store registry.
addURIIds(String[]) - Method in class com.franz.ag.AllegroGraph
Create a set of resource nodes in the triple store registry.
addURIs(String[]) - Method in class com.franz.ag.AllegroGraph
Create a set of resource Node instances and add the resources to the triple store registry.
atTriple() - Method in class com.franz.ag.Cursor
Query the state of a Cursor instance.

B

BASE64BINARY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#base64Binary
BNode - interface org.openrdf.model.BNode.
A bNode resource (aka blank node, aka anonymous node).
BOOLEAN - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#boolean
BYTE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#byte
BlankNode - class com.franz.ag.BlankNode.
This class represents an instance of a blank (anonymous) node in AllegroGraph.
BlankNode(AllegroGraph, UPI, String) - Constructor for class com.franz.ag.BlankNode
 
bindInServer(String, Object) - Method in class com.franz.ag.AllegroGraphConnection
Bind a variable in the default environment.
bindInServer(String, Object, String) - Method in class com.franz.ag.AllegroGraphConnection
Bind a variable in a named environment.

C

Cursor - class com.franz.ag.Cursor.
This class implements a generator for multiple Triple instances.
Cursor(AllegroGraph, Object) - Constructor for class com.franz.ag.Cursor
 
Cursor(AllegroGraph, Object, UPI[]) - Constructor for class com.franz.ag.Cursor
 
Cursor(AllegroGraph, Object, UPI[], String[]) - Constructor for class com.franz.ag.Cursor
 
clear() - Method in class com.franz.ag.AllegroGraph
Delete all the statements in the triple store (one-by-one).
close() - Method in class com.franz.ag.Cursor
Discard the remote reference to the AllegroGraph cursor instance.
close() - Method in interface org.openrdf.sesame.sail.StatementIterator
Closes the iterator and frees any resources that it uses (e.g.
closeDatabase() - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.closeTripleStore() instead.
closeTripleStore() - Method in class com.franz.ag.AllegroGraph
Close an AllegroGraph triple store.
com.franz.ag - package com.franz.ag
Java API to the AllegroGraph implementation.
compareTo(Triple) - Method in class com.franz.ag.Triple
 
compareTo(ValueNode) - Method in class com.franz.ag.ValueNode
 
compareTo(Object) - Method in class com.franz.ag.ValueObject
 
create(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Create an AllegroGraph instance that accesses a new empty AllegroGraph triple store.
createBNode() - Method in class com.franz.ag.AllegroGraph
Create a BlankNode instance.
createBNode(String) - Method in class com.franz.ag.AllegroGraph
Create a BlankNode instance.
createBNode() - Method in interface org.openrdf.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.openrdf.model.ValueFactory
creates a new bNode with the given node identifier.
createBNodeIds(int) - Method in class com.franz.ag.AllegroGraph
Allocate a set of BlankNode ID numbers.
createBNodes(int) - Method in class com.franz.ag.AllegroGraph
Allocate a set of BlankNodes.
createEncodedLiteral(long, String) - Method in class com.franz.ag.AllegroGraph
Create an AllegroGraph EncodedLiteral instance from a Java long value.
createEncodedLiteral(double, String) - Method in class com.franz.ag.AllegroGraph
Create an AllegroGraph EncodedLiteral instance from a Java double value.
createEncodedLiteral(String, String) - Method in class com.franz.ag.AllegroGraph
Create an AllegroGraph EncodedLiteral instance from a Java string value.
createLiteral(String) - Method in class com.franz.ag.AllegroGraph
Create a literal instance without updating the triple store.
createLiteral(String, String) - Method in class com.franz.ag.AllegroGraph
Create a literal instance with a language tag but do not modify the triple store.
createLiteral(String, URI) - Method in class com.franz.ag.AllegroGraph
Create a literal instance with a datatype tag but do not modify the triple store.
createLiteral(boolean) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java boolean value but do not modify the triple store.
createLiteral(long) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java long value but do not modify the triple store.
createLiteral(int) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java int value but do not modify the triple store.
createLiteral(short) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java short value but do not modify the triple store.
createLiteral(byte) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java byte value but do not modify the triple store.
createLiteral(double) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java double value but do not modify the triple store.
createLiteral(float) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a Java float value but do not modify the triple store.
createLiteral(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value.
createLiteral(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value and language attribute.
createLiteral(String, URI) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value and datatype.
createStatement(Resource, URI, Value, Resource) - Method in class com.franz.ag.AllegroGraph
Create a Statement instance but do not update the triple store.
createStatement(Resource, URI, Value) - Method in class com.franz.ag.AllegroGraph
Create a Null Context Statement instance but do not update the triple store.
createStatement(Resource, URI, Value) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createTypedLiteral(String, String) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a string but do not modify the triple store.
createTypedLiteral(String, UPI) - Method in class com.franz.ag.AllegroGraph
Create a typed Literal instance from a string but do not modify the triple store.
createURI(String) - Method in class com.franz.ag.AllegroGraph
Create a resource node with a URI label but do not modify the triple store.
createURI(String, String) - Method in class com.franz.ag.AllegroGraph
Create a resource node with a URI label but do not modify the triple store.
createURI(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied string-representation.
createURI(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI that will get the supplied namespace and local name.

D

DATE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#date
DATETIME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#dateTime
DECIMAL - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#decimal
DOUBLE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#double
DURATION - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#duration
disable() - Method in class com.franz.ag.AllegroGraphConnection
Disable the interface.
disable(boolean) - Method in class com.franz.ag.AllegroGraphConnection
Disable the interface.
dropIndexFlavors(String[]) - Method in class com.franz.ag.AllegroGraph
Delete some indexing options from the triple store.

E

ENTITIES - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#ENTITIES
ENTITY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#ENTITY
EncodedLiteral - class com.franz.ag.EncodedLiteral.
This class implements Literal instances that hold encoded AllegroGraph values.
EncodedLiteral(AllegroGraph, long, String) - Constructor for class com.franz.ag.EncodedLiteral
 
EncodedLiteral(AllegroGraph, double, String) - Constructor for class com.franz.ag.EncodedLiteral
 
EncodedLiteral(AllegroGraph, String, String) - Constructor for class com.franz.ag.EncodedLiteral
 
enable() - Method in class com.franz.ag.AllegroGraphConnection
Enable the interface by connecting to an AllegroGraph server.
enableHasValueReasoning() - Method in class com.franz.ag.AllegroGraphConnection
Enable reasoning with the hasValue predicate.
equals(Object) - Method in class com.franz.ag.BlankNode
Implement equality for BlankNode instances.
equals(Object) - Method in class com.franz.ag.Literal
Implement equality for Literal instances.
equals(Object) - Method in class com.franz.ag.Node
Implement equality for Node instances.
equals(Object) - Method in class com.franz.ag.Triple
 
equals(Object) - Method in class com.franz.ag.UPI
 
evalInServer(String) - Method in class com.franz.ag.AllegroGraph
Evaluate a Lisp expression in the AllegroGraph server.
evalInServer(String, String) - Method in class com.franz.ag.AllegroGraph
Evaluate a Lisp expression in the AllegroGraph server.
evalInServer(String) - Method in class com.franz.ag.AllegroGraphConnection
Evaluate a Lisp expession in the AllegroGraph server.
evalInServer(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Evaluate a Lisp expession in the AllegroGraph server.
exists(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Determine if an AllegroGraph triple store exists.

F

FLOAT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#float
finalize() - Method in class com.franz.ag.AllegroGraphConnection
 
finalize() - Method in class com.franz.ag.Cursor
 

G

GDAY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gDay
GMONTH - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonth
GMONTHDAY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonthDay
GYEAR - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gYear
GYEARMONTH - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gYearMonth
GraphException - exception org.openrdf.model.GraphException.
 
GraphException() - Constructor for class org.openrdf.model.GraphException
 
GraphException(String) - Constructor for class org.openrdf.model.GraphException
 
GraphException(Throwable) - Constructor for class org.openrdf.model.GraphException
 
GraphException(String, Throwable) - Constructor for class org.openrdf.model.GraphException
 
getAGId() - Method in class com.franz.ag.Literal
 
getAGId() - Method in class com.franz.ag.Node
Retrieve the AllegroGraph ID number of the Node.
getC() - Method in class com.franz.ag.Cursor
Retrieve the context node UPI of the current triple in the Cursor instance.
getC() - Method in class com.franz.ag.Triple
 
getChunkSize() - Method in class com.franz.ag.AllegroGraphConnection
Query the indexing chunk size in the AllegroGraph server.
getCommand() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the command used to start an AllegroGraph server.
getContext() - Method in class com.franz.ag.Cursor
Retrieve the Resource instance that identifies the context of the current triple in the Cursor.
getContext() - Method in class com.franz.ag.Triple
Create a Resource instance that describes the context component of the triple.
getContextLabel() - Method in class com.franz.ag.Cursor
Retrieve the literal string for the context of the current triple in the Cursor instance.
getContextLabel() - Method in class com.franz.ag.Triple
 
getDataMapping() - Method in class com.franz.ag.AllegroGraph
Query the current table of datatype and property mappings in the triple store.
getDatatype() - Method in class com.franz.ag.Literal
Retrieve the datatype as a URI instance.
getDatatype() - Method in interface org.openrdf.model.Literal
Gets the datatype for this literal.
getDebug() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the debug flag.
getDefaultCommand() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default command used to start an AllegroGraph server.
getDefaultDebug() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default debug flag.
getDefaultExpectedResources() - Method in class com.franz.ag.AllegroGraphConnection
Get the current server default value for the expected number of unique resources in a new triple store.
getDefaultHost() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default host name.
getDefaultLookAhead() - Static method in class com.franz.ag.Cursor
Query the default look-ahead value for this cursor instance.
getDefaultMode() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default connection mode.
getDefaultPollCount() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default value of the poll count parameter.
getDefaultPollInterval() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default value of the poll interval parameter.
getDefaultPort() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default primary port number.
getDefaultPort2() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default secondary port number.
getDefaultServerKeep() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default value of the Server Keep flag.
getDefaultTimeout() - Static method in class com.franz.ag.AllegroGraphConnection
 
getFreetextPredicates() - Method in class com.franz.ag.AllegroGraph
Retrieve the URI labels of the registered freetext predicates.
getFreetextStatements(String) - Method in class com.franz.ag.AllegroGraph
Find triples that match a text pattern.
getFreetextUniqueSubjects(String) - Method in class com.franz.ag.AllegroGraph
Collect the unique subjects from triples that match a text pattern.
getHost() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the host name.
getID() - Method in class com.franz.ag.BlankNode
Retrieve the identifying string of the BlankNode instance.
getID() - Method in interface org.openrdf.model.BNode
retrieves this bNode's identifier.
getIndexFlavors() - Method in class com.franz.ag.AllegroGraph
Query the range of indexing that is applied to this triple store.
getLabel() - Method in class com.franz.ag.Literal
Return the string associated with the Literal instance.
getLabel() - Method in interface org.openrdf.model.Literal
Gets the label of this literal.
getLanguage() - Method in class com.franz.ag.Literal
Retrieve the language qualifier of the Literal.
getLanguage() - Method in interface org.openrdf.model.Literal
Gets the language tag for this literal, normalized to lowercase.
getLocalName() - Method in class com.franz.ag.Node
Retrieve the local name component of the URI string associated with the node instance.
getLocalName() - Method in interface org.openrdf.model.URI
Gets the local name of this URI.
getLookAhead() - Method in class com.franz.ag.AllegroGraph
Query the look-ahead value.
getLookAhead() - Method in class com.franz.ag.Cursor
Query the look-ahead value for this cursor instance.
getMode() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the connection mode.
getNamespace() - Method in class com.franz.ag.Node
Retrieve the namespace component of the URI string associated with the node instance.
getNamespace() - Method in interface org.openrdf.model.URI
Gets the namespace of this URI.
getNamespaces() - Method in class com.franz.ag.AllegroGraph
Query the namespace definitions specific to this triple store.
getNamespaces() - Method in class com.franz.ag.AllegroGraphConnection
Query the global namespace definitions in the AllegroGraph server.
getO() - Method in class com.franz.ag.Cursor
Retrieve the object node UPI of the current triple in the Cursor instance.
getO() - Method in class com.franz.ag.Triple
Retrieve the object slot of the Triple instance.
getObject() - Method in class com.franz.ag.Cursor
Retrieve the Value instance that identifies the object of the current triple in the Cursor.
getObject() - Method in class com.franz.ag.Triple
Create a Value instance that describes the object component of the triple.
getObject() - Method in interface org.openrdf.model.Statement
Gets the object of this statement.
getObjectLabel() - Method in class com.franz.ag.Cursor
Retrieve the literal string for the object of the current triple in the Cursor instance.
getObjectLabel() - Method in class com.franz.ag.Triple
Retrieve the URI string associated with the object component of this Triple.
getObjectStatements() - Method in class com.franz.ag.ValueNode
 
getObjectStatements() - Method in interface org.openrdf.model.Value
Gets all statements from the RDF graph for which this value is the object.
getP() - Method in class com.franz.ag.Cursor
Retrieve the predicate node UPI of the current triple in the Cursor instance.
getP() - Method in class com.franz.ag.Triple
Retrieve the predicate slot of the Triple instance.
getParts(UPI) - Method in class com.franz.ag.AllegroGraph
Retrieve the components of an AllegroGraph Value instance given the id number.
getParts(UPI[], String[], String[], String[]) - Method in class com.franz.ag.AllegroGraph
Like getParts(long) but operates on an array of UPI instances.
getPollCount() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the current value of the poll count parameter.
getPollInterval() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the current value of the poll interval parameter.
getPort() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the primary port number.
getPort2() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the secondary port number.
getPredicate() - Method in class com.franz.ag.Cursor
Retrieve the URI instance that identifies the predicate of the current triple in the Cursor.
getPredicate() - Method in class com.franz.ag.Triple
Create a URI instance that describes the predicate component of the triple.
getPredicate() - Method in interface org.openrdf.model.Statement
Gets the predicate of this statement.
getPredicateInstance() - Method in class com.franz.ag.Triple
 
getPredicateLabel() - Method in class com.franz.ag.Cursor
Retrieve the literal string for the predicate of the current triple in the Cursor instance.
getPredicateLabel() - Method in class com.franz.ag.Triple
Retrieve the URI string associated with the predicate component of this Triple.
getPredicateStatements() - Method in class com.franz.ag.Node
 
getPredicateStatements() - Method in interface org.openrdf.model.URI
Gets all statements from the RDF graph for which this URI is the predicate.
getS() - Method in class com.franz.ag.Cursor
Retrieve the subject node UPI of the current triple in the Cursor instance.
getS() - Method in class com.franz.ag.Triple
Retrieve the subject slot of the Triple instance.
getSelectLimit() - Method in class com.franz.ag.AllegroGraph
Get the current value of the select limit parameter.
getServerKeep() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the value of the Server Keep flag.
getStatements(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Retrieve null context statements from the triple store.
getStatements(boolean, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Retrieve null context statements from the triple store.
getStatements(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Retrieve statements from the triple store .
getStatements(boolean, Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Retrieve statements from the triple store.
getStatements(Object, Object, Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Retrieve statements from the triple store and specify a range of values for the object and/or context components of the triples.
getStatements(boolean, Object, Object, Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Retrieve statements from the triple store and specify a range of values for the object and/or context components of the triples.
getSubject() - Method in class com.franz.ag.Cursor
Retrieve the Resource instance that identifies the subject of the current triple in the Cursor.
getSubject() - Method in class com.franz.ag.Triple
Create a Resource instance that describes the subject component of the triple.
getSubject() - Method in interface org.openrdf.model.Statement
Gets the subject of this statement.
getSubjectInstance() - Method in class com.franz.ag.Triple
 
getSubjectLabel() - Method in class com.franz.ag.Cursor
Retrieve the literal string for the subject of the current triple in the Cursor instance.
getSubjectLabel() - Method in class com.franz.ag.Triple
Retrieve the URI string associated with the subject component of this Triple.
getSubjectStatements() - Method in class com.franz.ag.ResourceNode
 
getSubjectStatements() - Method in interface org.openrdf.model.Resource
Gets all statements from the RDF graph for which this resource is the subject.
getSyncEveryTime() - Method in class com.franz.ag.AllegroGraph
Query the synchronization mode for this AllegroGraph instance.
getTimeout() - Method in class com.franz.ag.AllegroGraphConnection
 
getTriple() - Method in class com.franz.ag.Cursor
Create a Triple instance from the current triple in the Cursor.
getTripleParts(long) - Method in class com.franz.ag.AllegroGraph
Return an array of 4 UPI instances for subject, predicate, object, and context.
getType() - Method in class com.franz.ag.Literal
Retrieve the string label for the datatype of the Literal.
getURI() - Method in class com.franz.ag.Node
 
getURI() - Method in interface org.openrdf.model.URI
Returns the String-representation of this URI.
getUnindexedThreshold() - Method in class com.franz.ag.AllegroGraph
Query the threshold for automatic indexing of the triple store.
getUnindexedTripleCount() - Method in class com.franz.ag.AllegroGraph
Query the number of unindexed triples in the triple store.
getUnmergedCount() - Method in class com.franz.ag.AllegroGraph
Query the number of unmerged index chunks in the triple store.
getUnmergedThreshold() - Method in class com.franz.ag.AllegroGraph
Query the threshold for automatic re-indexing of the triple store.
get_id() - Method in class com.franz.ag.Cursor
Retrieve the id number of the current triple in the Cursor instance.

H

HEXBINARY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#hexBinary
hasNext() - Method in class com.franz.ag.Cursor
Query the state of a Cursor instance.
hasNext() - Method in interface org.openrdf.sesame.sail.StatementIterator
Checks whether there are any more statements available.
hasStatement(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Find out if null-context statements matching the arguments are in the triple store.
hasStatement(boolean, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Find out if null-context statements matching the arguments are in the triple store.
hasStatement(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Find out if any statements matching the arguments are in the triple store.
hasStatement(boolean, Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Find out if any statements matching the arguments are in the triple store.
hashCode() - Method in class com.franz.ag.BlankNode
Compute the hashcode of a BlankNode instance.
hashCode() - Method in class com.franz.ag.Literal
Compute the hashcode of a Literal instance.
hashCode() - Method in class com.franz.ag.Node
Compute the hashcode of a Node instance.
hashCode() - Method in class com.franz.ag.Triple
 
hashCode() - Method in class com.franz.ag.UPI
 

I

ID - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#ID
IDREF - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#IDREF
IDREFS - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#IDREFS
INT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#int
INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#integer
indexAll() - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.indexAllTriples() instead
indexAllTriples() - Method in class com.franz.ag.AllegroGraph
Index all the triples in the triple store.
indexAllTriples(boolean) - Method in class com.franz.ag.AllegroGraph
Index all triples immediately or in the background.
indexNewTriples() - Method in class com.franz.ag.AllegroGraph
Index new triples.
indexNewTriples(boolean) - Method in class com.franz.ag.AllegroGraph
Index new triples immediately or in the background.
indexTriples() - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.indexNewTriples() instead
interrupt() - Method in class com.franz.ag.AllegroGraphConnection
Attempt to interrupt an operation in the AllegroGraph server.
isBusy() - Method in class com.franz.ag.AllegroGraphConnection
Query the state of the AllegroGraph/Java connection.
isEnabled() - Method in class com.franz.ag.AllegroGraphConnection
Query the state of the AllegroGraph/Java connection.

L

LANGUAGE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#language
LONG - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#long
Literal - class com.franz.ag.Literal.
This class represents an instance of a literal node in AllegroGraph.
Literal(AllegroGraph, UPI, String, UPI, String, Literal.Lang, String) - Constructor for class com.franz.ag.Literal
 
Literal - interface org.openrdf.model.Literal.
An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
limitReached() - Method in class com.franz.ag.Cursor
Query the state of a Cursor instance.
loadNTriples(String) - Method in class com.franz.ag.AllegroGraph
Load a file of triple declarations.
loadNTriples(String, Object) - Method in class com.franz.ag.AllegroGraph
 
loadNTriples(String[]) - Method in class com.franz.ag.AllegroGraph
Load several files of triple declarations.
loadNTriples(String[], Object) - Method in class com.franz.ag.AllegroGraph
 
loadRDF(String) - Method in class com.franz.ag.AllegroGraph
Parse an XML file of RDF triple definitions and add the triples to the triple store.
loadRDF(String, Object) - Method in class com.franz.ag.AllegroGraph
 

M

main(String[]) - Static method in class com.franz.ag.AllegroGraph
 
main(String[]) - Static method in class com.franz.ag.AllegroGraphConnection
Run this method to set the default AllegroGraph server command once per installation.
moreValues(Object) - Method in class com.franz.ag.AllegroGraph
Determine if more results are available for a AllegroGraph.selectValues(String) result.

N

NAME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#Name
NAMESPACE - Static variable in class org.openrdf.vocabulary.XmlSchema
The XML Schema namespace (http://www.w3.org/2001/XMLSchema#).
NCNAME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NCName
NEGATIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#negativeInteger
NMTOKEN - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NMTOKEN
NMTOKENS - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NMTOKENS
NON_NEGATIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#nonNegativeInteger
NON_POSITIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#nonPositiveInteger
NORMALIZEDSTRING - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#normalizedString
NOTATION - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NOTATION
Node - class com.franz.ag.Node.
This class represents an instance of a labelled resource node in AllegroGraph.
Node(AllegroGraph, UPI, String) - Constructor for class com.franz.ag.Node
 
newTriple(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Add a new triple to the triple store.
newTriple(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
 
newTripleId(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
 
newTripleId(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
 
newTripleIds(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
 
newTripleIds(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
 
newTriples(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Add new triples to the triple store.
newTriples(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
 
newValue(UPI) - Method in class com.franz.ag.AllegroGraph
Convert a UPI instance into a ValueObject instance.
next() - Method in class com.franz.ag.Cursor
Advance the Cursor and return a Triple instance.
next() - Method in interface org.openrdf.sesame.sail.StatementIterator
Gets the next statement.
nullContext - Static variable in class com.franz.ag.Node
 
numberOfTriples() - Method in class com.franz.ag.AllegroGraph
Query the number of triples in the triple store.

O

open(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Create an instance that accesses an existing AllegroGraph triple store.
org.openrdf.model - package org.openrdf.model
 
org.openrdf.sesame.sail - package org.openrdf.sesame.sail
 
org.openrdf.vocabulary - package org.openrdf.vocabulary
 

P

POSITIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#positiveInteger
parseNTriples(String) - Method in class com.franz.ag.AllegroGraph
Parse a string and add triples to the null context of triple store.
parseNTriples(String, Object) - Method in class com.franz.ag.AllegroGraph
Parse a string and add triples to the specified context of the triple store.

Q

QNAME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#QName
queryAGId() - Method in class com.franz.ag.Triple
Return the unique integer identifier of the object.
queryAGId() - Method in class com.franz.ag.ValueNode
Return the unique identifier of the object.
queryContext() - Method in class com.franz.ag.Cursor
 
queryContext() - Method in class com.franz.ag.Triple
 
queryLabel() - Method in class com.franz.ag.Literal
Return the string associated with the Literal instance.
queryLanguage() - Method in class com.franz.ag.Literal
Retrieve the language field of the Literal.
queryO() - Method in class com.franz.ag.Triple
Retrieve the object slot of the Triple instance.
queryObject() - Method in class com.franz.ag.Cursor
Retrieve the string label for the object of the current triple in the Cursor instance.
queryObject() - Method in class com.franz.ag.Triple
Retrieve the object slot of the Triple instance.
queryP() - Method in class com.franz.ag.Triple
Retrieve the predicate slot of the Triple instance.
queryPredicate() - Method in class com.franz.ag.Cursor
Retrieve the string label for the predicate of the current triple in the Cursor instance.
queryPredicate() - Method in class com.franz.ag.Triple
Retrieve the predicate slot of the Triple instance.
queryS() - Method in class com.franz.ag.Triple
Retrieve the subject slot of the Triple instance.
querySubject() - Method in class com.franz.ag.Cursor
Retrieve the string label for the subject of the current triple in the Cursor instance.
querySubject() - Method in class com.franz.ag.Triple
Retrieve the subject slot of the Triple instance.
queryType() - Method in class com.franz.ag.Literal
Retrieve the string label of the datatype of the Literal.
queryURI() - Method in class com.franz.ag.Node
Retrieve the URI string associated with the node instance.

R

Resource - interface org.openrdf.model.Resource.
The interface for all RDF resources (URIs and bNodes).
ResourceNode - class com.franz.ag.ResourceNode.
This intermediate class implements the methods in the interface defined by org.openrdf.model.Resource.
ResourceNode() - Constructor for class com.franz.ag.ResourceNode
 
registerFreetextPredicate(Object) - Method in class com.franz.ag.AllegroGraph
Register a predicate for freetext indexing.
registerNamespace(String, String) - Method in class com.franz.ag.AllegroGraph
Register one namespace definition for this triple store.
registerNamespace(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Register one global namespace definition in the AllegroGraph server.
registerNamespaces(String[]) - Method in class com.franz.ag.AllegroGraph
Register several namespace definitions for this triple store.
registerNamespaces(String[]) - Method in class com.franz.ag.AllegroGraphConnection
Register several global namespace definitions in the AllegroGraph server.
remove() - Method in class com.franz.ag.Cursor
Discard the current triple in the Cursor.
removeStatement(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Remove one null-context statement from the triple store.
removeStatement(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Remove one statement from the triple store.
removeStatements(Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Remove all statement that match a pattern from the triple store.
removeStatements(Object, Object, Object, Object) - Method in class com.franz.ag.AllegroGraph
Remove all statement that match a pattern from the triple store.
renew(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Create an instance that accesses an AllegroGraph triple store.
replace(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Create an instance that accesses an AllegroGraph triple store.

S

SHORT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#short
STRING - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#string
Statement - interface org.openrdf.model.Statement.
An RDF statement.
StatementIterator - interface org.openrdf.sesame.sail.StatementIterator.
An iterator over statements that are stored in RDF Sails.
select(String) - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.selectStatements(String) instead
select(String, Object) - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.selectStatements(String,Object) instead
select(String, Object, String) - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.selectStatements(String,Object,String) instead
selectMore(ValueObject[][]) - Method in class com.franz.ag.AllegroGraph
Get more results from a previous selectValues query.
selectMore(ValueObject[]) - Method in class com.franz.ag.AllegroGraph
Get more results from a previous selectSingleValues query.
selectSingleValues(String, Object[], String) - Method in class com.franz.ag.AllegroGraph
Evaluate a Prolog query that retrieves a single value in each success.
selectStatements(String) - Method in class com.franz.ag.AllegroGraph
Search the AllegroGraph triple store with a Prolog query.
selectStatements(String, Object) - Method in class com.franz.ag.AllegroGraph
Search the AllegroGraph triple store with a Prolog query.
selectStatements(String, Object, String) - Method in class com.franz.ag.AllegroGraph
Search the AllegroGraph triple store with a Prolog query.
selectValues(String, Object[], String) - Method in class com.franz.ag.AllegroGraph
Evaluate a Prolog query that retrieves triples, resources, or literals from the triple store.
selectValues(String) - Method in class com.franz.ag.AllegroGraph
Evaluate a Prolog query that retrieves triples, resources, or literals from the triple store.
serverLevel(int) - Method in class com.franz.ag.AllegroGraphConnection
Query the implementation level of the AllegroGraph server.
serverTrace(boolean) - Method in class com.franz.ag.AllegroGraph
Change the trace state in the AllegroGraph server.
serverTrace(String) - Method in class com.franz.ag.AllegroGraph
Start tracing calls from Java in the AllegroGraph server.
serverTrace(boolean) - Method in class com.franz.ag.AllegroGraphConnection
Change the trace state in the AllegroGraph server.
serverTrace(String) - Method in class com.franz.ag.AllegroGraphConnection
Start tracing calls from Java in the AllegroGraph server.
setAttribute(String, Object) - Method in class com.franz.ag.AllegroGraph
 
setChunkSize(long) - Method in class com.franz.ag.AllegroGraphConnection
Set the indexing chunk size in the AllegroGraph server.
setCommand(String) - Method in class com.franz.ag.AllegroGraphConnection
Set the command used to start an AllegroGraph server.
setDataMapping(String[]) - Method in class com.franz.ag.AllegroGraph
Replace the current table of datatype and property mappings in the triple store.
setDebug(int) - Method in class com.franz.ag.AllegroGraphConnection
Set the debug flag.
setDefaultCommand(String) - Static method in class com.franz.ag.AllegroGraphConnection
Set the static default command used to start an AllegroGraph server.
setDefaultDebug(int) - Static method in class com.franz.ag.AllegroGraphConnection
Set the static default debug flag.
setDefaultExpectedResources(long) - Method in class com.franz.ag.AllegroGraphConnection
Set the current server default value for the expected number of unique resources in a new triple store.
setDefaultHost(String) - Static method in class com.franz.ag.AllegroGraphConnection
Set the static default host name.
setDefaultLookAhead(int) - Static method in class com.franz.ag.Cursor
Set the default look-ahead value for this cursor instance.
setDefaultPolling(int, int) - Static method in class com.franz.ag.AllegroGraphConnection
Set the static default values of the poll count and poll interval parameters.
setDefaultPort(int) - Static method in class com.franz.ag.AllegroGraphConnection
Set the static default primary port number.
setDefaultPort2(int) - Static method in class com.franz.ag.AllegroGraphConnection
Set the static default secondary port number.
setDefaultServerKeep(boolean) - Method in class com.franz.ag.AllegroGraphConnection
Set the static default value of the Server Keep flag.
setDefaultTimeout(int) - Method in class com.franz.ag.AllegroGraphConnection
 
setHost(String) - Method in class com.franz.ag.AllegroGraphConnection
Set the host name.
setIndexFlavors(String[]) - Method in class com.franz.ag.AllegroGraph
Replace the indexing options of the triple store.
setLookAhead(int) - Method in class com.franz.ag.AllegroGraph
Set the look-ahead value for subsequent Statement search operations.
setLookAhead(int) - Method in class com.franz.ag.Cursor
Set the look-ahead value for this cursor instance.
setPolling(int, int) - Method in class com.franz.ag.AllegroGraphConnection
Set the current values of the poll count and poll interval parameters.
setPort(int) - Method in class com.franz.ag.AllegroGraphConnection
Set the primary port number.
setPort2(int) - Method in class com.franz.ag.AllegroGraphConnection
Set the secondary port number.
setSelectLimit(int) - Method in class com.franz.ag.AllegroGraph
Set the value of the select limit parameter.
setServerKeep(boolean) - Method in class com.franz.ag.AllegroGraphConnection
Set the value of the Server Keep flag.
setSyncEveryTime(boolean) - Method in class com.franz.ag.AllegroGraph
Set the synchronization mode for this AllegroGraph instance.
setTimeout(int) - Method in class com.franz.ag.AllegroGraphConnection
 
setUnindexedThreshold(int) - Method in class com.franz.ag.AllegroGraph
Set the threshold for automatic indexing of the triple store.
setUnmergedThreshold(int) - Method in class com.franz.ag.AllegroGraph
Set the threshold for automatic re-indexing of the triple store.
startServer() - Method in class com.franz.ag.AllegroGraphConnection
Start a system process running an AllegroGraph server.
startServer(String) - Method in class com.franz.ag.AllegroGraphConnection
Start a system process running an AllefroGraph server.
step() - Method in class com.franz.ag.Cursor
Advance the Cursor instance to the next triple.
step(int) - Method in class com.franz.ag.Cursor
This method returns an array of Triple instances.
stopServer() - Method in class com.franz.ag.AllegroGraphConnection
Stop an AllegroGraph server process that was started by this Java application.
stopServer(boolean) - Method in class com.franz.ag.AllegroGraphConnection
Stop an AllegroGraph server process.
syncDatabase() - Method in class com.franz.ag.AllegroGraph
Deprecated. Use AllegroGraph.syncTripleStore() instead.
syncTripleStore() - Method in class com.franz.ag.AllegroGraph
Sync an AllegroGraph triple store.

T

TIME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#time
TOKEN - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#token
Triple - class com.franz.ag.Triple.
This class implements in Java a representation of an AllegroGraph triple.
Triple(AllegroGraph, UPI, UPI, UPI) - Constructor for class com.franz.ag.Triple
 
Triple(AllegroGraph, UPI, UPI, UPI, UPI) - Constructor for class com.franz.ag.Triple
 
Triple(AllegroGraph, long, UPI, UPI, UPI) - Constructor for class com.franz.ag.Triple
 
Triple(AllegroGraph, long, UPI, UPI, UPI, UPI) - Constructor for class com.franz.ag.Triple
 
toString() - Method in class com.franz.ag.AllegroGraphConnection
Display some details about the server instance.
toString() - Method in class com.franz.ag.BlankNode
This method overrides the generic toString method.
toString() - Method in class com.franz.ag.Cursor
Override the default method to give a more informatve representation.
toString() - Method in class com.franz.ag.Literal
This method overrides the generic toString method.
toString() - Method in class com.franz.ag.Node
Retrieve the URI string associated with the node instance.
toString() - Method in class com.franz.ag.Triple
This method overrides the generic toString method.
toString() - Method in class com.franz.ag.UPI
 
twinqlAsk(String) - Method in class com.franz.ag.AllegroGraph
Send a SPARQL ASK query to AllegroGraph.
twinqlAsk(boolean, String) - Method in class com.franz.ag.AllegroGraph
 
twinqlCount(String, String, int, int) - Method in class com.franz.ag.AllegroGraph
Send a SPARQL SELECT query to AllegroGraph and return only the number of results.
twinqlCount(boolean, String, String, int, int) - Method in class com.franz.ag.AllegroGraph
 
twinqlFind(String, int, int) - Method in class com.franz.ag.AllegroGraph
Send a SPARQL DESCRIBE or CONSTRUCT query to AllegroGraph.
twinqlFind(boolean, String, int, int) - Method in class com.franz.ag.AllegroGraph
 
twinqlQuery(String, String, int, int) - Method in class com.franz.ag.AllegroGraph
Send a SPARQL query to AllegroGraph and retrieve a serialized XML reply.
twinqlQuery(boolean, String, String, int, int) - Method in class com.franz.ag.AllegroGraph
 
twinqlSelect(String, String, int, int) - Method in class com.franz.ag.AllegroGraph
Send a SPARQL SELECT query to AllegroGraph.
twinqlSelect(boolean, String, String, int, int) - Method in class com.franz.ag.AllegroGraph
 

U

UNSIGNED_BYTE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedByte
UNSIGNED_INT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedInt
UNSIGNED_LONG - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedLong
UNSIGNED_SHORT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedShort
UPI - class com.franz.ag.UPI.
This class represents instances of Universal Part Identifiers.
URI - interface org.openrdf.model.URI.
A URI resource.

V

Value - interface org.openrdf.model.Value.
The interface for all RDF model values (URIs, BNodes and Literals).
ValueFactory - interface org.openrdf.model.ValueFactory.
A Factory for creating resources, bNodes and literals.
ValueNode - class com.franz.ag.ValueNode.
This is the superclass of all Value instances.
ValueNode() - Constructor for class com.franz.ag.ValueNode