|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| AllegroGraph | Each instance of this class implements access to one AllegroGraph triple store. |
| AllegroGraphConnection | This class implements access to AllegroGraph triple stores through a server interface. |
| BlankNode | This class represents an instance of a blank (anonymous) node in AllegroGraph. |
| Cursor | This class implements a generator for multiple Triple instances. |
| EncodedLiteral | This class implements Literal instances that hold encoded AllegroGraph values. |
| Literal | This class represents an instance of a literal node in AllegroGraph. |
| Node | This class represents an instance of a labelled resource node in AllegroGraph. |
| ResourceNode | This intermediate class implements the methods in the interface defined by org.openrdf.model.Resource. |
| Triple | This class implements in Java a representation of an AllegroGraph triple. |
| UPI | This class represents instances of Universal Part Identifiers. |
| ValueNode | This is the superclass of all Value instances. |
| ValueObject | This super class implements some of the common methods defined in the org.openrdf.model interfaces. |
| Exception Summary | |
| AllegroGraphException | AllegroGraph exceptions. |
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.BNode | BlankBode |
| org.openrdf.model.Literal | Literal |
| org.openrdf.model.URI | Node |
| org.openrdf.model.Value | ValueNode |
| org.openrdf.model.Resource | ResourceNode |
| org.openrdf.model.Statement | Triple |
| org.openrdf.model.ValueFactory | AllegroGraph |
| org.openrdf.sesame.sail.StatementIterator | Cursor |
| org.openrdf.sesame.sail.query.TripleSource | AllegroGraph |
| org.openrdf.sesame.sail.Transaction | AllegroGraph |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||