Package org.openrdf.sesame.sail

Interfaces copied from the Sesame 1.2 definition.

See:
          Description

Interface Summary
StatementIterator An iterator over statements that are stored in RDF Sails.
 

Package org.openrdf.sesame.sail Description

Interfaces copied from the Sesame 1.2 definition.

The AllegroGraph 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.