Franz Inc, AllegroGraph
A B C D E F G H I L M N O P Q R S T U V W

A

abort() - Method in class com.franz.agraph.jena.AGQueryExecution
 
abort() - Method in class com.franz.agraph.jena.AGTransactionHandler
 
add(Iterable<? extends Statement>, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
addDescription(Model, Resource) - Method in class com.franz.agraph.jena.AGReasoner
 
addIndex(String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds the given index to the list of actively managed indices.
addRules(String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds Prolog rules to be used on this connection.
addRules(InputStream) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds Prolog rules to be used on this connection.
AGAbstractRepository - Interface in com.franz.agraph.repository
 
AGBooleanQuery - Class in com.franz.agraph.repository
Implements the Sesame BooleanQuery interface for AllegroGraph.
AGBooleanQuery(AGRepositoryConnection, QueryLanguage, String, String) - Constructor for class com.franz.agraph.repository.AGBooleanQuery
Creates an AGBooleanQuery instance for a given connection.
AGBulkUpdateHandler - Class in com.franz.agraph.jena
Implements the Jena BulkUpdateHandler interface for AllegroGraph.
AGBulkUpdateHandler(AGGraph) - Constructor for class com.franz.agraph.jena.AGBulkUpdateHandler
 
AGCapabilities - Class in com.franz.agraph.jena
Implements the Jena Capabilities interface for AllegroGraph.
AGCapabilities() - Constructor for class com.franz.agraph.jena.AGCapabilities
 
AGCatalog - Class in com.franz.agraph.repository
Implements the notion of a catalog in an AllegroGraph server.
AGCatalog(AGServer, String) - Constructor for class com.franz.agraph.repository.AGCatalog
Creates an AGCatalog instance for a named catalog having catalogName in the given server.
AGCatalog(AGServer, int) - Constructor for class com.franz.agraph.repository.AGCatalog
Creates an AGCatalog instance for a special catalog in the given server, such as the root catalog.
AGCustomStoredProcException - Exception in com.franz.agraph.repository
Deprecated. The stored proc feature and API are experimental, and subject to change in a future release.
AGCustomStoredProcException(String) - Constructor for exception com.franz.agraph.repository.AGCustomStoredProcException
Deprecated.  
AGCustomStoredProcException(String, Throwable) - Constructor for exception com.franz.agraph.repository.AGCustomStoredProcException
Deprecated.  
AGFormattedNamespace - Class in com.franz.agraph.repository
 
AGFormattedNamespace(String, String) - Constructor for class com.franz.agraph.repository.AGFormattedNamespace
 
AGFreetextIndexConfig - Class in com.franz.agraph.repository
 
AGFreetextQuery - Class in com.franz.agraph.repository
 
AGFreetextQuery(AGRepositoryConnection) - Constructor for class com.franz.agraph.repository.AGFreetextQuery
 
AGGraph - Class in com.franz.agraph.jena
Implements the Jena Graph interface for AllegroGraph.
AGGraphMaker - Class in com.franz.agraph.jena
Implements the Jena GraphMaker interface for AllegroGraph.
AGGraphMaker(AGRepositoryConnection) - Constructor for class com.franz.agraph.jena.AGGraphMaker
 
AGGraphQuery - Class in com.franz.agraph.repository
Implements the Sesame GraphQuery interface for AllegroGraph.
AGGraphQuery(AGRepositoryConnection, QueryLanguage, String, String) - Constructor for class com.franz.agraph.repository.AGGraphQuery
Creates an AGGraphQuery instance for the given connection.
AGGraphUnion - Class in com.franz.agraph.jena
 
AGInfGraph - Class in com.franz.agraph.jena
Implements the Jena InfGraph interface for AllegroGraph.
AGInfModel - Class in com.franz.agraph.jena
Implements the Jena InfModel interface for AllegroGraph.
AGInfModel(AGReasoner, AGModel) - Constructor for class com.franz.agraph.jena.AGInfModel
 
AGModel - Class in com.franz.agraph.jena
Implements the Jena Model interface for AllegroGraph.
AGModel(AGGraph) - Constructor for class com.franz.agraph.jena.AGModel
 
AGNodeFactory - Class in com.franz.agraph.jena
A utility class for creating Jena Nodes and Triples from Sesame Values and Statements.
AGNodeFactory() - Constructor for class com.franz.agraph.jena.AGNodeFactory
 
AGPrefixMapping - Class in com.franz.agraph.jena
Implements the Jena PrefixMapping interface for AllegroGraph.
AGPrefixMapping(AGGraph) - Constructor for class com.franz.agraph.jena.AGPrefixMapping
 
AGQuery - Class in com.franz.agraph.jena
The class of queries that can be posed to AllegroGraph via Jena.
AGQuery(QueryLanguage, String) - Constructor for class com.franz.agraph.jena.AGQuery
 
AGQuery - Class in com.franz.agraph.repository
An abstract query class common to Boolean, Graph and Tuple Queries.
AGQuery(AGRepositoryConnection, QueryLanguage, String, String) - Constructor for class com.franz.agraph.repository.AGQuery
 
AGQueryExecution - Class in com.franz.agraph.jena
Implements the Jena QueryExecution interface for AllegroGraph.
AGQueryExecution(AGQuery, AGModel) - Constructor for class com.franz.agraph.jena.AGQueryExecution
 
AGQueryExecutionFactory - Class in com.franz.agraph.jena
A class for creating QueryExecution instances.
AGQueryExecutionFactory() - Constructor for class com.franz.agraph.jena.AGQueryExecutionFactory
 
AGQueryFactory - Class in com.franz.agraph.jena
A class for creating AGQuery instances.
AGQueryFactory() - Constructor for class com.franz.agraph.jena.AGQueryFactory
 
AGQueryLanguage - Class in com.franz.agraph.repository
Extends the Sesame QueryLanguage class for AllegroGraph languages.
AGQueryLanguage(String) - Constructor for class com.franz.agraph.repository.AGQueryLanguage
 
AGQuerySolution - Class in com.franz.agraph.jena
Implements the Jena QuerySolution interface for AllegroGraph.
AGQuerySolution(BindingSet, AGModel) - Constructor for class com.franz.agraph.jena.AGQuerySolution
 
AGReasoner - Class in com.franz.agraph.jena
Implements the Jena Reasoner interface for AllegroGraph.
AGReasoner() - Constructor for class com.franz.agraph.jena.AGReasoner
Creates a new reasoner, using RDFS++ entailment.
AGReasoner(String) - Constructor for class com.franz.agraph.jena.AGReasoner
Creates a new reasoner, using the specified entailmentRegime.
AGRepository - Class in com.franz.agraph.repository
Implements the Sesame Repository interface for AllegroGraph.
AGRepository(AGCatalog, String) - Constructor for class com.franz.agraph.repository.AGRepository
Creates an AGRepository instance for a repository having the given repository id in the given catalog.
AGRepositoryConnection - Class in com.franz.agraph.repository
Implements the Sesame RepositoryConnection interface for AllegroGraph.
AGRepositoryConnection(AGAbstractRepository, AGHttpRepoClient) - Constructor for class com.franz.agraph.repository.AGRepositoryConnection
 
AGResultSet - Class in com.franz.agraph.jena
Implements the Jena ResultSet interface for AllegroGraph.
AGResultSet(TupleQueryResult, AGModel) - Constructor for class com.franz.agraph.jena.AGResultSet
 
AGServer - Class in com.franz.agraph.repository
The top-level class for interacting with an AllegroGraph server.
AGServer(String, String, String) - Constructor for class com.franz.agraph.repository.AGServer
Creates an AGServer instance for interacting with an AllegroGraph server at serverURL.
AGTransactionHandler - Class in com.franz.agraph.jena
Implements the Jena TransactionHandler interface for AllegroGraph.
AGTripleIterator - Class in com.franz.agraph.jena
A utility class for iterating over Jena Triples.
AGTupleQuery - Class in com.franz.agraph.repository
Implements the Sesame TupleQuery interface for AllegroGraph.
AGTupleQuery(AGRepositoryConnection, QueryLanguage, String, String) - Constructor for class com.franz.agraph.repository.AGTupleQuery
 
AGValueFactory - Class in com.franz.agraph.repository
Implements the Sesame ValueFactory interface for AllegroGraph.
AGValueFactory(AGRepository) - Constructor for class com.franz.agraph.repository.AGValueFactory
 
AGVirtualRepository - Class in com.franz.agraph.repository
 
AGVirtualRepository(AGServer, String, AGRepository) - Constructor for class com.franz.agraph.repository.AGVirtualRepository
 
analyze() - Method in class com.franz.agraph.repository.AGQuery
Returns the query analysis for the query.
asNode(Value) - Static method in class com.franz.agraph.jena.AGNodeFactory
 
asResource(Node) - Method in class com.franz.agraph.repository.AGValueFactory
 
asTriple(Statement) - Static method in class com.franz.agraph.jena.AGNodeFactory
 
asURI(Node) - Method in class com.franz.agraph.repository.AGValueFactory
 
asValue(Node) - Method in class com.franz.agraph.repository.AGValueFactory
Creates an OpenRDF Value from a concrete Jena Node.

Copyright © 2008-2010 Franz Inc.
A B C D E F G H I L M N O P Q R S T U V W