Uses of Class
com.franz.agraph.repository.AGValueFactory
Packages that use AGValueFactory
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.AllegroGraph Java client HTTP layer response handlers for the
AllegroGraph HTTP Protocol in support of
com.franz.agraph.http
.Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of AGValueFactory in com.franz.agraph.http
Methods in com.franz.agraph.http that return AGValueFactoryMethods in com.franz.agraph.http with parameters of type AGValueFactoryModifier and TypeMethodDescriptionstatic Resource
AGHttpRepoClient.getApplicationResource
(Resource stored, AGValueFactory vf) Returns the application Resource for a given stored resource.static Value
AGHttpRepoClient.getApplicationValue
(Value stored, AGValueFactory vf) Returns the application Value for a given stored value.AGHttpRepoClient.getStorableResource
(Resource r, AGValueFactory vf) Returns a storable Resource for the given Resource.AGHttpRepoClient.getStorableValue
(Value v, AGValueFactory vf) Returns a storable Value for the given Value.static Value
AGHttpRepoClient.getStorableValue
(Value v, AGValueFactory vf, boolean allowExternalBlankNodeIds) -
Uses of AGValueFactory in com.franz.agraph.http.handler
Methods in com.franz.agraph.http.handler with parameters of type AGValueFactoryModifier and TypeMethodDescriptionstatic AGTQRStreamer
AGTQRStreamer.createStreamer
(TupleQueryResultFormat format, AGValueFactory vf) Constructors in com.franz.agraph.http.handler with parameters of type AGValueFactoryModifierConstructorDescriptionAGRDFHandler
(RDFFormat format, RDFHandler rdfhandler, AGValueFactory vf, boolean recoverExternalBNodes) AGTQRHandler
(TupleQueryResultFormat format, TupleQueryResultHandler tqrhandler, AGValueFactory vf, boolean recoverExternalBNodes) -
Uses of AGValueFactory in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return AGValueFactoryModifier and TypeMethodDescriptionAGAbstractRepository.getValueFactory()
AGRepository.getValueFactory()
AGRepositoryConnection.getValueFactory()
AGVirtualRepository.getValueFactory()