Package com.franz.ag

Java API to the AllegroGraph implementation.

See:
          Description

Interface Summary
BlankNode This interface represents an instance of a blank (anonymous) node in AllegroGraph.
Cursor This interface defines an iterator for multiple Triple instances.
DefaultGraph This interface represent the marker that identifies the default graph, or the null context, of a triple store.
EncodedLiteral This interface defines Literal instances that hold encoded AllegroGraph values.
GeospatialSubtype This interface defines the attributes of a particular geospatial encoding in AllegroGraph.
Literal This interface defines an instance of a literal node in AllegroGraph.
Node This interface defines an instance of a labelled resource node in AllegroGraph.
ResourceNode This intermediate interface defines the methods in the interface defined by org.openrdf.model.Resource.
Triple This interface defines a representation of an AllegroGraph triple.
UPI This interface defines instances of Universal Part Identifiers.
ValueNode This is the superclass of all Value instances.
ValueObject This interface defines the common methods defined in the org.openrdf.model interfaces.
 

Class Summary
AllegroGraph Each instance of this class implements access to one AllegroGraph triple store.
AllegroGraph.V3_0_1 The name of this class identifies the version of the AllegroGraph Java implementation.
AllegroGraphConnection This class implements access to AllegroGraph triple stores through a server interface.
AllegroGraphSerializer This abstract class is the superclass of the AllegroGraph serializer classes.
GeoExtension This class implements Geospatial Analysis tools.
NTriplesSerializer The N-Triples serializer is described in more detail in the AllegroGraph Reference Guide for Lisp users as the print-triples function.
Polygon This class is used to represent a collection of point coordinates that form a polygon in 2-dimensional space.
RDFManifestSerializer The RDF Manifest serializer is described in more detail in the AllegroGraph Reference Guide for Lisp users as the serialize-rdf-manifest function.
RDFN3Serializer The RDF N3 serializer is described in more detail in the AllegroGraph Reference Guide for Lisp users as the serialize-rdf-n3 function.
RDFSerializer The RDF serializer is described in more detail in the AllegroGraph Reference Guide for Lisp users as the serialize-rdf/xml function.
SNAExtension This class implements Social Network Analysis tools.
SPARQLQuery This class collects the parameters and results of a SPARQL query.
TriplesQuery This class collects the parameters and results of a query that retrieves triples by patterns of triple parts.
 

Enum Summary
AllegroGraph.StoreAttribute Enumerate the attributes that can be set with AllegroGraph.setAttribute(com.franz.ag.AllegroGraph.StoreAttribute, Object).
 

Exception Summary
AllegroGraphException AllegroGraph exceptions.
 

Package com.franz.ag Description

Java API to the AllegroGraph implementation.

This Java API implements some of the interfaces in the Sesame 1.2 definition.

Sesame 1.2 interface AllegroGraph implementation class
org.openrdf.model.BNodeBlankBode
org.openrdf.model.LiteralLiteral
org.openrdf.model.URINode
org.openrdf.model.ValueValueNode
org.openrdf.model.ResourceResourceNode
org.openrdf.model.StatementTriple
org.openrdf.model.ValueFactory AllegroGraph
org.openrdf.sesame.sail.StatementIteratorCursor
org.openrdf.sesame.sail.query.TripleSource AllegroGraph
org.openrdf.sesame.sail.Transaction AllegroGraph
The immediately relevant OpenRDF interfaces are included in the AllegroGraph library (agraph.jar). Java applications that use the full OpenRDF libraries should place them ahead of agraph.jar in the Java classpath.