Skip navigation links
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
 
activateObject(Object) - Method in class com.franz.agraph.pool.AGConnFactory
add(Statement[]) - Method in class com.franz.agraph.jena.AGModel
 
add(Iterable<? extends Statement>, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(Iterable<? extends Statement>, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(Iteration<? extends Statement, E>, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(File, String, RDFFormat, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds RDF data from the specified file to a specific contexts in the repository.
add(File, String, RDFFormat, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds RDF data from the specified file to a specific contexts in the repository.
add(URL, String, RDFFormat, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.
add(URL, String, RDFFormat, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.
add(InputStream, String, RDFFormat, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.
add(InputStream, String, RDFFormat, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.
add(Reader, String, RDFFormat, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.
add(Reader, String, RDFFormat, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.
add(Resource, URI, Value, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.
add(Resource, URI, Value, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(Statement, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add(Statement, JSONObject, Resource...) - Method in class com.franz.agraph.repository.AGRepositoryConnection
 
add() - Method in class com.franz.agraph.repository.AGRepositoryConnection.AttributeDefinition
Pass the current attribute definition to AllegroGraph for defining.
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.
addObject() - Method in class com.franz.agraph.pool.AGConnPool
 
addRole(String) - Method in class com.franz.agraph.repository.AGServer
Adds a role to this server.
addRoleAccess(String, boolean, boolean, String, String) - Method in class com.franz.agraph.repository.AGServer
Adds to a role's access list for this server.
addRolePermission(String, String) - Method in class com.franz.agraph.repository.AGServer
Adds to a role's permission list.
addRoleSecurityFilter(String, String, String, String, String, String) - Method in class com.franz.agraph.repository.AGServer
Adds a security filter for a role.
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.
addSessionLoadScript(String) - Method in class com.franz.agraph.repository.AGRepositoryConnection
Adds a 'script' for a dedicated session spawned by this connection.
addUser(String, String) - Method in class com.franz.agraph.repository.AGServer
Adds a user to the server.
addUserAccess(String, boolean, boolean, String, String) - Method in class com.franz.agraph.repository.AGServer
Adds to a user's access list for this server.
addUserPermission(String, String) - Method in class com.franz.agraph.repository.AGServer
Adds to a user's permission list.
addUserRole(String, String) - Method in class com.franz.agraph.repository.AGServer
Adds a role for this user.
addUserSecurityFilter(String, String, String, String, String, String) - Method in class com.franz.agraph.repository.AGServer
Adds a security filter for a user.
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
Catalogs are locations on disk where AllegroGraph Server keeps its repositories.
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.
AGConnConfig - Class in com.franz.agraph.pool
 
AGConnConfig(Map<AGConnProp, String>) - Constructor for class com.franz.agraph.pool.AGConnConfig
 
AGConnFactory - Class in com.franz.agraph.pool
Adapts the AGRepositoryConnection API to the commons-pool factory interface, leaving creation of the connection (and configuration) to a subclass, defined by users of this library.
AGConnFactory(AGConnConfig) - Constructor for class com.franz.agraph.pool.AGConnFactory
 
AGConnFactory(AGConnConfig, AGPoolConfig) - Constructor for class com.franz.agraph.pool.AGConnFactory
 
AGConnPool - Class in com.franz.agraph.pool
AGConnPoolJndiFactory - Class in com.franz.agraph.pool
JNDI factory for AGConnPool.
AGConnPoolJndiFactory() - Constructor for class com.franz.agraph.pool.AGConnPoolJndiFactory
 
AGConnProp - Enum in com.franz.agraph.pool
Property names to open a AGRepositoryConnection.
AGConnProp.Session - Enum in com.franz.agraph.pool
Property values for AGConnProp.session.
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
The class of freetext index configurations.
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
 
AGGraphMaker(AGRepositoryConnection, ReificationStyle) - 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
 
AGMaterializer - Class in com.franz.agraph.repository
A materializer governs how triples are inferred and added to a repository.
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
 
AGNodeIterator - Class in com.franz.agraph.jena
A utility class for iterating over Jena Nodes.
AGNodeIterator(TupleQueryResult) - Constructor for class com.franz.agraph.jena.AGNodeIterator
Constructs an AGNodeIterator from a TupleQueryResult.
AGPoolConfig - Class in com.franz.agraph.pool
Extension to GenericObjectPool.Config to add more properties.
AGPoolConfig(Map<AGPoolProp, String>) - Constructor for class com.franz.agraph.pool.AGPoolConfig
 
AGPoolProp - Enum in com.franz.agraph.pool
Property names for AGPoolConfig.
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
 
AGRDFFormat - Class in com.franz.agraph.repository
 
AGRDFFormat(String, String, Charset, String, boolean, boolean) - Constructor for class com.franz.agraph.repository.AGRDFFormat
 
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.
AGReifier - Class in com.franz.agraph.jena
 
AGRepository - Class in com.franz.agraph.repository
Implements the Sesame Repository interface for AllegroGraph, representing triple-stores on the server.
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.
AGRepositoryConfig - Class in com.franz.agraph.repository.config
Configuration for an AllegroGraph Repository.
AGRepositoryConfig() - Constructor for class com.franz.agraph.repository.config.AGRepositoryConfig
 
AGRepositoryConfig(String) - Constructor for class com.franz.agraph.repository.config.AGRepositoryConfig
 
AGRepositoryConnection - Class in com.franz.agraph.repository
Implements the Sesame RepositoryConnection interface for AllegroGraph.
AGRepositoryConnection(AGRepository, AGHttpRepoClient) - Constructor for class com.franz.agraph.repository.AGRepositoryConnection
 
AGRepositoryConnection(AGVirtualRepository, AGHttpRepoClient) - Constructor for class com.franz.agraph.repository.AGRepositoryConnection
 
AGRepositoryConnection.AttributeDefinition - Class in com.franz.agraph.repository
Builder class for defining a new attribute definition.
AGRepositoryFactory - Class in com.franz.agraph.repository.config
A RepositoryFactory that creates AGRepositorys based on RDF configuration data.
AGRepositoryFactory() - Constructor for class com.franz.agraph.repository.config.AGRepositoryFactory
 
AGRepositorySchema - Class in com.franz.agraph.repository.config
Defines constants for the AGRepository schema which is used by AGRepositoryFactorys to initialize AGRepositorys.
AGRepositorySchema() - Constructor for class com.franz.agraph.repository.config.AGRepositorySchema
 
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 starting point for interacting with an AllegroGraph server.
AGServer(String, String, String) - Constructor for class com.franz.agraph.repository.AGServer
Creates an instance for interacting with an AllegroGraph server.
AGServer(String, String, AGHTTPClient) - Constructor for class com.franz.agraph.repository.AGServer
Creates an instance for interacting with an AllegroGraph server.
AGServer(AGHTTPClient) - Constructor for class com.franz.agraph.repository.AGServer
Creates an instance for interacting with an AllegroGraph server.
AGServer(String) - Constructor for class com.franz.agraph.repository.AGServer
Creates an instance for interacting with an AllegroGraph server.
AGSpinFunction - Class in com.franz.agraph.repository
Represents a SPIN function.
AGSpinFunction(String, String[], String) - Constructor for class com.franz.agraph.repository.AGSpinFunction
 
AGSpinFunction(BindingSet) - Constructor for class com.franz.agraph.repository.AGSpinFunction
 
AGSpinMagicProperty - Class in com.franz.agraph.repository
Represents a SPIN magic property.
AGSpinMagicProperty(String, String[], String) - Constructor for class com.franz.agraph.repository.AGSpinMagicProperty
 
AGSpinMagicProperty(BindingSet) - Constructor for class com.franz.agraph.repository.AGSpinMagicProperty
 
AGStatement - Class in com.franz.agraph.jena
 
AGStatement(Resource, Property, RDFNode) - Constructor for class com.franz.agraph.jena.AGStatement
 
AGStatement(Resource, Property, RDFNode, AGModel) - Constructor for class com.franz.agraph.jena.AGStatement
 
AGStreamTupleQuery - Class in com.franz.agraph.repository
Wraps an AGTupleQuery to provide streaming results.
AGStreamTupleQuery(AGTupleQuery) - Constructor for class com.franz.agraph.repository.AGStreamTupleQuery
Wraps a query with this object that will stream the response.
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.
AGTripleIteratorGQ - 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
 
AGUpdate - Class in com.franz.agraph.repository
Implements the Sesame Update interface for AllegroGraph.
AGUpdate(AGRepositoryConnection, QueryLanguage, String, String) - Constructor for class com.franz.agraph.repository.AGUpdate
Creates an AGUpdate instance for a given connection.
AGValueFactory - Class in com.franz.agraph.repository
Implements the Sesame ValueFactory interface for AllegroGraph.
AGValueFactory(AGRepository) - Constructor for class com.franz.agraph.repository.AGValueFactory
 
AGValueFactory(AGRepository, AGRepositoryConnection) - Constructor for class com.franz.agraph.repository.AGValueFactory
 
AGVirtualRepository - Class in com.franz.agraph.repository
A class for virtual repositories, used for working with federations, graph-filtered stores, reasoning stores, and compositions thereof.
AGVirtualRepository(AGServer, String, AGRepository) - Constructor for class com.franz.agraph.repository.AGVirtualRepository
Applications normally create a virtual repository via an AGServer instance.
allNodes() - Method in class com.franz.agraph.jena.AGReifier
 
allNodes(Triple) - Method in class com.franz.agraph.jena.AGReifier
 
allowedValue(String) - Method in class com.franz.agraph.repository.AGRepositoryConnection.AttributeDefinition
Add an allowed value to the current list of allowed values for this attribute definition
allowedValues(List<String>) - Method in class com.franz.agraph.repository.AGRepositoryConnection.AttributeDefinition
Overwrite current setting of allowedValues with the argument List.
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
 
asStatement(Triple) - Method in class com.franz.agraph.jena.AGModel
 
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.
AttributeDefinition(String) - Constructor for class com.franz.agraph.repository.AGRepositoryConnection.AttributeDefinition
Constructor
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links
Copyright © 2008-2017 Franz Inc.