Uses of Class
com.franz.agraph.repository.AGMaterializer
Packages that use AGMaterializer
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of AGMaterializer in com.franz.agraph.http
Methods in com.franz.agraph.http with parameters of type AGMaterializerModifier and TypeMethodDescriptionlong
AGHttpRepoClient.materialize
(AGMaterializer materializer) Materializes inferred statements (generates and adds them to the store). -
Uses of AGMaterializer in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return AGMaterializerModifier and TypeMethodDescriptionstatic AGMaterializer
AGMaterializer.newInstance()
Gets a default materializer that can be further configured.Methods in com.franz.agraph.repository with parameters of type AGMaterializerModifier and TypeMethodDescriptionlong
AGRepositoryConnection.deleteMaterialized
(AGMaterializer materializer) Deletes materialized statements.long
AGRepositoryConnection.materialize
(AGMaterializer materializer) Materializes inferred statements (generates and adds them to the store).