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

A

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.
access(AllegroGraph) - Method in class com.franz.ag.AllegroGraphConnection
Connect an AllegroGraph instance to a triple store.
add() - Method in interface com.franz.ag.EncodedLiteral
 
add() - Method in interface com.franz.ag.Literal
Add this literal to the AllegroGraph triple store.
add() - Method in interface com.franz.ag.Node
Add this node to the AllegroGraph triple store.
add(AllegroGraph) - Method in class com.franz.ag.Polygon
 
add() - Method in interface com.franz.ag.Triple
Add a triple to the triple store.
addCartesianDatatypeMapping(String, GeospatialSubtype) - Method in class com.franz.ag.GeoExtension
Add a predicate mapping for a geospatial subtype encoding.
addCartesianPredicateMapping(String, GeospatialSubtype) - Method in class com.franz.ag.GeoExtension
Add a predicate mapping for a geospatial subtype encoding.
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 index flavors 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 interface com.franz.ag.ResourceNode
 
addProperty(URI, Value) - Method in interface org.openrdf.model.Resource
Adds a property to this Resource in the RDF graph.
addSphericalDatatypeMapping(String, GeospatialSubtype) - Method in class com.franz.ag.GeoExtension
Add a predicate mapping for a geospatial subtype encoding.
addSphericalPredicateMapping(String, GeospatialSubtype) - Method in class com.franz.ag.GeoExtension
Add a predicate mapping for a geospatial subtype encoding.
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.
addSubtype(GeospatialSubtype) - Method in class com.franz.ag.GeoExtension
Associate a GeospatialSubtype with a 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.
allBidirectionalSearchPaths(Object, Object, String, int) - Method in class com.franz.ag.SNAExtension
Find all paths using bidirectional search.
allBreadthFirstSearchPaths(Object, Object, String, int) - Method in class com.franz.ag.SNAExtension
Search the triple store in breadth first fashion starting at start and looking for end, using generator to expand the search space.
allDepthFirstSearchPaths(Object, Object, String, int) - Method in class com.franz.ag.SNAExtension
Search the triple store in depth first fashion starting at start and looking for end, using generator to expand the search space.
AllegroGraph - Class in com.franz.ag
Each instance of this class implements access to one AllegroGraph triple store.
AllegroGraph(String) - Constructor for class com.franz.ag.AllegroGraph
Create an unconnected AllegroGraph instance.
AllegroGraph.StoreAttribute - Enum in com.franz.ag
Enumerate the attributes that can be set with AllegroGraph.setAttribute(com.franz.ag.AllegroGraph.StoreAttribute, Object).
AllegroGraph.V3_1UserSept30 - Class in com.franz.ag
The name of this class identifies the version of the AllegroGraph Java implementation.
AllegroGraph.V3_1UserSept30() - Constructor for class com.franz.ag.AllegroGraph.V3_1UserSept30
 
AllegroGraphConnection - Class in com.franz.ag
This class implements access to AllegroGraph triple stores through a server interface.
AllegroGraphConnection() - Constructor for class com.franz.ag.AllegroGraphConnection
Create an instance of a connection to an AllegroGraph Server.
AllegroGraphException - Exception in com.franz.ag
AllegroGraph exceptions.
AllegroGraphException() - Constructor for exception com.franz.ag.AllegroGraphException
 
AllegroGraphException(String) - Constructor for exception com.franz.ag.AllegroGraphException
 
AllegroGraphException(String, Throwable) - Constructor for exception com.franz.ag.AllegroGraphException
 
AllegroGraphException(Throwable) - Constructor for exception com.franz.ag.AllegroGraphException
 
AllegroGraphSerializer - Class in com.franz.ag
This abstract class is the superclass of the AllegroGraph serializer classes.
AllegroGraphSerializer() - Constructor for class com.franz.ag.AllegroGraphSerializer
 
ANYURI - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#anyURI
ask() - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that returns a boolean result.
ask(AllegroGraph) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that returns a boolean result.
ask(AllegroGraph, String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that returns a boolean result.
ask(String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that returns a boolean result.
ask() - Method in class com.franz.ag.TriplesQuery
Determine if a triple matching a pattern exists..
ask(AllegroGraph) - Method in class com.franz.ag.TriplesQuery
 
atTriple() - Method in interface com.franz.ag.Cursor
Query the state of a Cursor instance.
attrName - Static variable in enum com.franz.ag.SPARQLQueryConstants.ENGINE
 
attrName - Static variable in enum com.franz.ag.SPARQLQueryConstants.PLANNER
 

B

BASE64BINARY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#base64Binary
bidirectionalSearch(Object, Object, String, int) - Method in class com.franz.ag.SNAExtension
Find one path using bidirectional search.
BlankNode - Interface in com.franz.ag
This interface represents an instance of a blank (anonymous) node in AllegroGraph.
BNode - Interface in org.openrdf.model
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
breadthFirstSearch(Object, Object, String, int) - Method in class com.franz.ag.SNAExtension
Search the triple store in breadth first fashion starting at start and looking for end, using generator to expand the search space.
BYTE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#byte

C

clear() - Method in class com.franz.ag.AllegroGraph
Delete all the statements in the triple store (one-by-one).
clear() - Method in class com.franz.ag.NamespaceRegistry
Discard all the definitions in this instance.
close() - Method in interface 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 instance.
closeTripleStore(boolean) - Method in class com.franz.ag.AllegroGraph
Close an AllegroGraph instance and optionally close the triple store if this is the only reference.
com.franz.ag - package com.franz.ag
Java API to the AllegroGraph implementation.
compareTo(TripleImpl) - Method in interface com.franz.ag.Triple
 
compareTo(ValueNodeImpl) - Method in interface com.franz.ag.ValueNode
 
compareTo(Object) - Method in interface com.franz.ag.ValueObject
 
construct() - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
construct(AllegroGraph) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
construct(AllegroGraph, String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
construct(String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
copyGeneratorsFrom(SNAExtension) - Method in class com.franz.ag.SNAExtension
Copy the generatores defined in another SNAExtension instance.
count() - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set (or row) of variable bindings.
count(AllegroGraph) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set (or row) of variable bindings.
count(AllegroGraph, String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set (or row) of variable bindings.
count(String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set (or row) of variable bindings.
count() - Method in class com.franz.ag.TriplesQuery
Count the number of triples located by a pattern of parts.
count(AllegroGraph) - Method in class com.franz.ag.TriplesQuery
Count the number of triples located by a pattern of parts.
create(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Create an AllegroGraph instance that accesses a new empty AllegroGraph triple store.
create(AllegroGraph) - Method in class com.franz.ag.AllegroGraphConnection
Connect an AllegroGraph instance to a 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.
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.
Cursor - Interface in com.franz.ag
This interface defines an iterator for multiple Triple instances.

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
decodeUPI(UPI) - Method in class com.franz.ag.GeoExtension
Decode a geospatial UPI into subtype, longitude and latitude.
decodeUPIs(UPI[]) - Method in class com.franz.ag.GeoExtension
Decode an array of geospatial UPIs into subtype, longitude and latitude arrays.
DefaultGraph - Interface in com.franz.ag
This interface represent the marker that identifies the default graph, or the null context, of a triple store.
deleteStore(String) - Method in class com.franz.ag.AllegroGraphConnection
Delete the triple store with the given name.
deleteStore(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Delete the triple store with the given name.
depthFirstSearch(Object, Object, String, int) - Method in class com.franz.ag.SNAExtension
Search the triple store in depth first fashion starting at start and looking for end, using generator to expand the search space.
describe() - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
describe(AllegroGraph) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
describe(AllegroGraph, String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
describe(String) - Method in class com.franz.ag.SPARQLQuery
Run a SPARQL query that retrieves a set of statements.
disable() - Method in class com.franz.ag.AllegroGraphConnection
Disable the interface.
disable(boolean) - Method in class com.franz.ag.AllegroGraphConnection
Disable the interface.
DOUBLE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#double
dropIndexFlavors(String[]) - Method in class com.franz.ag.AllegroGraph
Delete some indexing flavors from the triple store.
DURATION - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#duration

E

enable() - Method in class com.franz.ag.AllegroGraphConnection
Enable the interface by connecting to an AllegroGraph server.
EncodedLiteral - Interface in com.franz.ag
This interface defines Literal instances that hold encoded AllegroGraph values.
encodeUPI(GeospatialSubtype, double, double) - Method in class com.franz.ag.GeoExtension
Create a geospatial UPI instance encoding a location.
encodeUPIs(GeospatialSubtype, double[], double[]) - Method in class com.franz.ag.GeoExtension
Create an array of geospatial UPI instances encoding locations.
encodeUPIs(GeospatialSubtype, double, double[]) - Method in class com.franz.ag.GeoExtension
Create an array of geospatial UPI instances encoding locations.
encodeUPIs(GeospatialSubtype, double[], double) - Method in class com.franz.ag.GeoExtension
Create an array of geospatial UPI instances encoding locations.
encodeUPIs(GeospatialSubtype, double[]) - Method in class com.franz.ag.GeoExtension
Create an array of geospatial UPI instances encoding locations.
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
equals(Object) - Method in interface com.franz.ag.BlankNode
Implement equality for BlankNode instances.
equals(Object) - Method in interface com.franz.ag.Literal
Implement equality for Literal instances.
equals(Object) - Method in interface com.franz.ag.Node
Implement equality for Node instances.
equals(Object) - Method in interface com.franz.ag.Triple
 
equals(Object) - Method in interface com.franz.ag.UPI
 
estimate(boolean) - Method in class com.franz.ag.TriplesQuery
Estimate the number of triples located by a pattern of parts using only the information in indices.
estimate(boolean, AllegroGraph) - Method in class com.franz.ag.TriplesQuery
 
evalInServer(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.
exists(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Determine if an AllegroGraph triple store exists.

F

federate(String, AllegroGraph[], boolean) - Method in class com.franz.ag.AllegroGraphConnection
Combine several open triple stores into one federated triple store.
find() - Method in class com.franz.ag.TriplesQuery
Find one triple that matches a pattern.
findStore(String) - Method in class com.franz.ag.AllegroGraphConnection
Find an open triple store with the given name.
findStore(String, String) - Method in class com.franz.ag.AllegroGraphConnection
Find an open triple store with the given name.
FLOAT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#float

G

GDAY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gDay
GeoExtension - Class in com.franz.ag
This class implements Geospatial Analysis tools.
GeospatialSubtype - Interface in com.franz.ag
This interface defines the attributes of a particular geospatial encoding in AllegroGraph.
get_id() - Method in interface com.franz.ag.Cursor
Retrieve the id number of the current triple in the Cursor instance.
getAGId() - Method in interface com.franz.ag.Literal
Return the unique internal AllegroGraph identifier for this Literal.
getAGId() - Method in interface com.franz.ag.Node
Retrieve the AllegroGraph ID number of the Node.
getAGId() - Method in interface com.franz.ag.Triple
Return the unique integer identifier of the object.
getBaseURI() - Method in class com.franz.ag.NTriplesSerializer
Query the BaseURI option.
getBetweennessCentrality(Object, Object, String) - Method in class com.franz.ag.SNAExtension
Determine the betweenness centrality of an actor or group.
getBooleanResult() - Method in class com.franz.ag.SPARQLQuery
Query the result of a query that has a boolean result.
getBooleanResult() - Method in class com.franz.ag.TriplesQuery
Query the result of a query that had a boolean result.
getC() - Method in interface com.franz.ag.Cursor
Retrieve the context node UPI of the current triple in the Cursor instance.
getC() - Method in interface com.franz.ag.Triple
 
getChunkSize() - Method in class com.franz.ag.AllegroGraphConnection
Query the indexing chunk size in the AllegroGraph server.
getCliques(Object, String, int) - Method in class com.franz.ag.SNAExtension
Find all the cliques of which node is a member
getClosenessCentrality(Object, Object, String) - Method in class com.franz.ag.SNAExtension
Determine the closeness centrality of an actor or group.
getCommand() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the command used to start an AllegroGraph server.
getContext() - Method in interface com.franz.ag.Cursor
Retrieve the Value instance that identifies the context of the current triple in the Cursor.
getContext() - Method in interface com.franz.ag.Triple
Create a Resource instance that describes the context component of the triple.
getContext() - Method in class com.franz.ag.TriplesQuery
 
getContextEnd() - Method in class com.franz.ag.TriplesQuery
 
getContextLabel() - Method in interface com.franz.ag.Cursor
Retrieve the string label of the context of the current triple in the Cursor instance.
getContextLabel() - Method in interface 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 interface 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.
getDefaultBase() - Method in class com.franz.ag.SPARQLQuery
Query the default base value of the query.
getDefaultCommand() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default command used to start an AllegroGraph server.
getDefaultDatasetBehavior() - Method in class com.franz.ag.SPARQLQuery
Query the default dataset behavior for this SPARQL query.
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.
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.
getDefaultPrefixes() - Method in class com.franz.ag.SPARQLQuery
Query the default-prefixes option.
getDefaultServerKeep() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default value of the Server Keep flag.
getDefaultSPOGICacheSize() - Method in class com.franz.ag.AllegroGraphConnection
Query the default size of the SPOGI cache in the current server.
getDefaultTimeout() - Static method in class com.franz.ag.AllegroGraphConnection
Retrieve the static default value of the connection timeout.
getDegreeCentrality(Object, Object, String) - Method in class com.franz.ag.SNAExtension
Determine the centrality of an actor or group.
getDensity(Object, String) - Method in class com.franz.ag.SNAExtension
Determine the density of a subgraph.
getDestination() - Method in class com.franz.ag.AllegroGraphSerializer
 
getEgoGroup(Object, String, int) - Method in class com.franz.ag.SNAExtension
Find the ego group of a node.
getEncoding() - Method in interface com.franz.ag.EncodedLiteral
Get the encoding used for this literal value.
getEngine() - Method in class com.franz.ag.SPARQLQuery
Query the engine that was or will be used for the SPARQL query.
getExtended() - Method in class com.franz.ag.SPARQLQuery
Query the extended option.
getFormat() - Method in class com.franz.ag.NTriplesSerializer
 
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.
getFrom() - Method in class com.franz.ag.SPARQLQuery
Query the from option.
getFromNamed() - Method in class com.franz.ag.SPARQLQuery
Query the from-named option.
getGeoExtension() - Method in class com.franz.ag.AllegroGraph
Get the GeoExtension instance of this AllegroGraph instance.
getHasValue() - Method in class com.franz.ag.SPARQLQuery
Query the hasValue option.
getHasValue() - Method in class com.franz.ag.TriplesQuery
Query the hasValue option.
getHost() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the host name.
getID() - Method in interface 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.
getIfDoesNotExist() - Method in class com.franz.ag.NTriplesSerializer
 
getIfDoesNotExist() - Method in class com.franz.ag.RDFN3Serializer
 
getIfDoesNotExist() - Method in class com.franz.ag.RDFSerializer
 
getIfExists() - Method in class com.franz.ag.NTriplesSerializer
 
getIfExists() - Method in class com.franz.ag.RDFN3Serializer
 
getIfExists() - Method in class com.franz.ag.RDFSerializer
 
getIncludeDeleted() - Method in class com.franz.ag.TriplesQuery
Query the includeDeleted option.
getIndent() - Method in class com.franz.ag.RDFN3Serializer
 
getIndent() - Method in class com.franz.ag.RDFSerializer
 
getIndexedOnly() - Method in class com.franz.ag.TriplesQuery
Query the indexedOnly option.
getIndexFlavors() - Method in class com.franz.ag.AllegroGraph
Query the range of indexing that is applied to this triple store.
getInitialNamespaceRegistry() - Static method in class com.franz.ag.AllegroGraphConnection
Query the current initial namespace registry.
getLabel() - Method in interface 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 interface com.franz.ag.EncodedLiteral
This method overrides the method in the Literal class, and returns null.
getLanguage() - Method in interface 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.
getLimit() - Method in class com.franz.ag.SPARQLQuery
Query the limit option.
getLoadFunction() - Method in class com.franz.ag.SPARQLQuery
Query the name of the load-function.
getLoadFunction() - Method in class com.franz.ag.TriplesQuery
Query the name of the filter function.
getLocalName() - Method in interface 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 interface com.franz.ag.Cursor
Query the look-ahead value for this cursor instance.
getLookahead() - Method in class com.franz.ag.TriplesQuery
Query the lookahead parameter for the query.
getMemoized() - Method in class com.franz.ag.SPARQLQuery
Query the memoize option.
getMemoTable() - Method in class com.franz.ag.SPARQLQuery
Query the name of the memo table.
getMode() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the connection mode.
getNamespace() - Method in interface 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.
getNamespaceRegistry() - Method in class com.franz.ag.AllegroGraph
Query the namespace definitions specific to this triple store.
getNamespaceRegistry() - Method in class com.franz.ag.AllegroGraphConnection
 
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 namespace definitions in the AllegroGraph server.
getNext() - Method in interface com.franz.ag.Cursor
Advance the Cursor and return a Triple instance.
getNodalDegree(Object, String) - Method in class com.franz.ag.SNAExtension
Find the number of nodes connected to a given node.
getNodalNeighbors(Object, String) - Method in class com.franz.ag.SNAExtension
Find the nodes connected to a given node.
getO() - Method in interface com.franz.ag.Cursor
Retrieve the object node UPI of the current triple in the Cursor instance.
getO() - Method in interface com.franz.ag.Triple
Retrieve the object slot of the Triple instance.
getObject() - Method in interface com.franz.ag.Cursor
Retrieve the Value instance that identifies the object of the current triple in the Cursor.
getObject() - Method in interface com.franz.ag.Triple
Create a Value instance that describes the object component of the triple.
getObject() - Method in class com.franz.ag.TriplesQuery
 
getObject() - Method in interface org.openrdf.model.Statement
Gets the object of this statement.
getObjectEnd() - Method in class com.franz.ag.TriplesQuery
 
getObjectLabel() - Method in interface com.franz.ag.Cursor
Retrieve the literal string for the object of the current triple in the Cursor instance.
getObjectLabel() - Method in interface com.franz.ag.Triple
Retrieve the URI string associated with the object component of this Triple.
getObjectStatements() - Method in interface 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.
getOffset() - Method in class com.franz.ag.SPARQLQuery
Query the offset option.
getOmitEncoded() - Method in class com.franz.ag.TriplesQuery
Query the omitEncoded option.
getOmitNonEncoded() - Method in class com.franz.ag.TriplesQuery
Query the omitEncoded option.
getP() - Method in interface com.franz.ag.Cursor
Retrieve the predicate node UPI of the current triple in the Cursor instance.
getP() - Method in interface com.franz.ag.Triple
Retrieve the predicate slot of the Triple instance.
getParts(UPI) - Method in class com.franz.ag.AllegroGraph
Retrieve the string and type information associated with a triple store part.
getParts(UPI[], String[], String[], String[]) - Method in class com.franz.ag.AllegroGraph
Like getParts(UPI) but operates on an array of UPI instances.
getPlanner() - Method in class com.franz.ag.SPARQLQuery
Query the engine that was or will be used for the SPARQL query.
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 interface com.franz.ag.Cursor
Retrieve the Value instance that identifies the predicate of the current triple in the Cursor.
getPredicate() - Method in interface com.franz.ag.Triple
Create a URI instance that describes the predicate component of the triple.
getPredicate() - Method in class com.franz.ag.TriplesQuery
 
getPredicate() - Method in interface org.openrdf.model.Statement
Gets the predicate of this statement.
getPredicateEnd() - Method in class com.franz.ag.TriplesQuery
 
getPredicateInstance() - Method in interface com.franz.ag.Triple
 
getPredicateLabel() - Method in interface com.franz.ag.Cursor
Retrieve the literal string for the predicate of the current triple in the Cursor instance.
getPredicateLabel() - Method in interface com.franz.ag.Triple
Retrieve the URI string associated with the predicate component of this Triple.
getPredicateStatements() - Method in interface 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.
getPrefixes() - Method in class com.franz.ag.NamespaceRegistry
Query the prefixes defined in this instance.
getQuery() - Method in class com.franz.ag.SPARQLQuery
Get the query string.
getRDFFormat() - Method in class com.franz.ag.SPARQLQuery
Query the RDFFormat option.
getResult() - Method in class com.franz.ag.AllegroGraphSerializer
 
getResultArray() - Method in class com.franz.ag.SPARQLQuery
Query the results of a SPARQL query that returns a one-dimensional array of results.
getResultArrays() - Method in class com.franz.ag.SPARQLQuery
Query the results of a SPARQL query that returns an array of result arrays.
getResultCount() - Method in class com.franz.ag.SPARQLQuery
Query the count value of a query that returns a numeric result.
getResultCount() - Method in class com.franz.ag.TriplesQuery
Query the count value of a query that returns a numeric result.
getResultCursor() - Method in class com.franz.ag.SPARQLQuery
Query the result of a SPARQL query that returns a collection of triples.
getResultCursor() - Method in class com.franz.ag.TriplesQuery
Query the result of a triples query that returns a collection of triples.
getResultNames() - Method in class com.franz.ag.SPARQLQuery
Query the names and order of the variables in a SELECT query result.
getResultsFormat() - Method in class com.franz.ag.SPARQLQuery
Query the resultsFormat option.
getResultString() - Method in class com.franz.ag.SPARQLQuery
Query the result of a SPARQL query that returns a string result.
getS() - Method in interface com.franz.ag.Cursor
Retrieve the subject node UPI of the current triple in the Cursor instance.
getS() - Method in interface 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.
getSNAExtension() - Method in class com.franz.ag.AllegroGraph
Get the SNAExtension instance of this AllegroGraph instance.
getSource() - Method in class com.franz.ag.AllegroGraphSerializer
 
getSPOGICacheSize() - Method in class com.franz.ag.AllegroGraph
Query the size of the SPOGI cach on this triple store.
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.
getStatements(boolean, Object, Object, 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 any of the components of the triples.
getStatementsInBoundingBox(GeospatialSubtype, Object, double, double, double, double, boolean, boolean) - Method in class com.franz.ag.GeoExtension
Find all the triples in some bounding box.
getStatementsInHKm(GeospatialSubtype, Object, double, double, double, boolean, boolean) - Method in class com.franz.ag.GeoExtension
Find all the triples in a circle.
getStatementsInHMiles(GeospatialSubtype, Object, double, double, double, boolean, boolean) - Method in class com.franz.ag.GeoExtension
Find all the triples in a circle.
getStatementsInHRadians(GeospatialSubtype, Object, double, double, double, boolean, boolean) - Method in class com.franz.ag.GeoExtension
Find all the triples in a circle.
getStatementsInRadius(GeospatialSubtype, Object, double, double, double, boolean, boolean) - Method in class com.franz.ag.GeoExtension
Find all the triples in a circle.
getStores() - Method in class com.franz.ag.AllegroGraph
Retrieve the components of a federated triple store.
getSubject() - Method in interface com.franz.ag.Cursor
Retrieve the Value instance that identifies the subject of the current triple in the Cursor.
getSubject() - Method in interface com.franz.ag.Triple
Create a Resource instance that describes the subject component of the triple.
getSubject() - Method in class com.franz.ag.TriplesQuery
 
getSubject() - Method in interface org.openrdf.model.Statement
Gets the subject of this statement.
getSubjectEnd() - Method in class com.franz.ag.TriplesQuery
 
getSubjectInstance() - Method in interface com.franz.ag.Triple
 
getSubjectLabel() - Method in interface com.franz.ag.Cursor
Retrieve the literal string for the subject of the current triple in the Cursor instance.
getSubjectLabel() - Method in interface com.franz.ag.Triple
Retrieve the URI string associated with the subject component of this Triple.
getSubjectStatements() - Method in interface 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.
getSubtypes() - Method in class com.franz.ag.GeoExtension
Query all the geospatial subtypes defined in the triple store.
getSyncEveryTime() - Method in class com.franz.ag.AllegroGraph
Query the synchronization mode for this AllegroGraph instance.
getTimeout() - Method in class com.franz.ag.AllegroGraphConnection
Retrieve the current timeout value for this connection.
getTimers() - Method in class com.franz.ag.AllegroGraph
 
getTimers() - Method in class com.franz.ag.AllegroGraphConnection
Get the cumulative timers from the server and reset them.
getTriple() - Method in interface 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.
getTripleStore() - Method in class com.franz.ag.SPARQLQuery
Query the triple store agaist which this SPARQL query has or will run.
getTripleStore() - Method in class com.franz.ag.TriplesQuery
Query the triple store agaist which this query has or will run.
getType() - Method in interface com.franz.ag.Literal
Retrieve the string label for the datatype of the Literal.
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.
getURI(String) - Method in class com.franz.ag.NamespaceRegistry
Query the URI fragment associated with some prefix.
getURI() - Method in interface com.franz.ag.Node
 
getURI() - Method in interface org.openrdf.model.URI
Returns the String-representation of this URI.
getValue() - Method in interface com.franz.ag.EncodedLiteral
Get the object that represents the encoded value of the literal.
getVars() - Method in class com.franz.ag.SPARQLQuery
Query the vars option.
getWithVariables() - Method in class com.franz.ag.SPARQLQuery
Query the with-variables option.
getXMLBase() - Method in class com.franz.ag.RDFSerializer
Query the XMLBase option.
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
GraphException - Exception in org.openrdf.model
 
GraphException() - Constructor for exception org.openrdf.model.GraphException
 
GraphException(String) - Constructor for exception org.openrdf.model.GraphException
 
GraphException(Throwable) - Constructor for exception org.openrdf.model.GraphException
 
GraphException(String, Throwable) - Constructor for exception org.openrdf.model.GraphException
 
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

H

hashCode() - Method in interface com.franz.ag.BlankNode
Compute the hashcode of a BlankNode instance.
hashCode() - Method in interface com.franz.ag.Literal
Compute the hashcode of a Literal instance.
hashCode() - Method in interface com.franz.ag.Node
Compute the hashcode of a Node instance.
hashCode() - Method in interface com.franz.ag.Triple
 
hashCode() - Method in interface com.franz.ag.UPI
 
hasNext() - Method in interface 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.
HEXBINARY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#hexBinary

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
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
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
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.
isClique(Object, String) - Method in class com.franz.ag.SNAExtension
Determine if a subgraph represents a clique.
isEnabled() - Method in class com.franz.ag.AllegroGraphConnection
Query the state of the AllegroGraph/Java connection.
isErrorOnInvalid() - Method in class com.franz.ag.RDFSerializer
 
isIncludeInferred() - Method in class com.franz.ag.SPARQLQuery
Query the includeInferred option.
isIncludeInferred() - Method in class com.franz.ag.TriplesQuery
Query the includeInferred option.
isMemoizeAbbrevLookups() - Method in class com.franz.ag.RDFSerializer
 
isNest() - Method in class com.franz.ag.RDFSerializer
 
isOutputTypes() - Method in class com.franz.ag.RDFSerializer
 
isPrepareNamespaces() - Method in class com.franz.ag.RDFSerializer
 
isSingleStream() - Method in class com.franz.ag.RDFManifestSerializer
 
isSPOGICacheEnabled() - Method in class com.franz.ag.AllegroGraph
Query the state of SPOGI caching in this triple store.
isVerbose() - Method in class com.franz.ag.RDFManifestSerializer
 

L

LANGUAGE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#language
limitReached() - Method in interface com.franz.ag.Cursor
Query the state of a Cursor instance.
Literal - Interface in com.franz.ag
This interface defines an instance of a literal node in AllegroGraph.
Literal - Interface in org.openrdf.model
An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
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
Load a file of triple declarations.
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
Load several files of triple declarations.
loadNTriples(Object, Object, Boolean, String, Object[]) - Method in class com.franz.ag.AllegroGraph
Load one or more files of triple declarations.
loadRDF(String) - Method in class com.franz.ag.AllegroGraph
Parse an XML file of RDF triple definitions and add the triples to the null context of the triple store.
loadRDF(String, Object) - Method in class com.franz.ag.AllegroGraph
Parse an XML file of RDF triple definitions and add the triples to the specified context of the triple store.
loadRDF(String, Object, String) - Method in class com.franz.ag.AllegroGraph
Parse an XML file of RDF triple definitions and add the triples to the specified context of the triple store.
loadRDF(String[]) - Method in class com.franz.ag.AllegroGraph
Parse a set of XML files of RDF triple definitions and add the triples to the null context of the triple store.
loadRDF(String[], Object, String) - Method in class com.franz.ag.AllegroGraph
 
loadRDF(String[], Object, String, boolean) - Method in class com.franz.ag.AllegroGraph
 
LONG - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#long

M

main(String[]) - Static method in class com.franz.ag.AllegroGraph
Print AllegroGraph version information.
main(String[]) - Static method in class com.franz.ag.AllegroGraphConnection
Run this method to set the default AllegroGraph server command once per installat