Franz Inc, AllegroGraph

Package com.franz.agraph.repository

Implementation of the OpenRDF Sesame API 2.3.2 with extensions for AllegroGraph features.

See:
          Description

Interface Summary
AGAbstractRepository  
 

Class Summary
AGBooleanQuery Implements the Sesame BooleanQuery interface for AllegroGraph.
AGCatalog Catalogs are locations on disk where AllegroGraph Server keeps its repositories.
AGFormattedNamespace  
AGFreetextIndexConfig  
AGFreetextQuery  
AGGraphQuery Implements the Sesame GraphQuery interface for AllegroGraph.
AGQuery An abstract query class common to Boolean, Graph and Tuple Queries.
AGQueryLanguage Extends the Sesame QueryLanguage class for AllegroGraph languages.
AGRDFFormat  
AGRepository Implements the Sesame Repository interface for AllegroGraph, representing triple-stores on the server.
AGRepositoryConnection Implements the Sesame RepositoryConnection interface for AllegroGraph.
AGServer The starting point for interacting with an AllegroGraph server.
AGStreamTupleQuery Wraps an AGTupleQuery to provide streaming results.
AGTupleQuery Implements the Sesame TupleQuery interface for AllegroGraph.
AGValueFactory Implements the Sesame ValueFactory interface for AllegroGraph.
AGVirtualRepository  
 

Exception Summary
AGCustomStoredProcException Deprecated. The stored proc feature and API are experimental, and subject to change in a future release.
 

Package com.franz.agraph.repository Description

Implementation of the OpenRDF Sesame API 2.3.2 with extensions for AllegroGraph features.

Initiate a connection to an AllegroGraph server starting with AGServer.AGServer(String, String, String).

See also: