Uses of Class
com.franz.agraph.repository.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
Modifier 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
Modifier and TypeMethodDescriptionstatic AGTQRStreamer
AGTQRStreamer.createStreamer
(TupleQueryResultFormat format, AGValueFactory vf) ModifierConstructorDescriptionAGRDFHandler
(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
Modifier and TypeMethodDescriptionAGAbstractRepository.getValueFactory()
AGRepository.getValueFactory()
AGRepositoryConnection.getValueFactory()
AGVirtualRepository.getValueFactory()