Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JGraph
Packages that use RDF4JGraph
-
Uses of RDF4JGraph in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JGraphModifier and TypeMethodDescriptionRDF4J.asGraph(org.eclipse.rdf4j.model.Model model) Adapt an RDF4JModelas a Commons RDFGraph.RDF4J.asGraph(org.eclipse.rdf4j.repository.Repository repository, Set<? extends BlankNodeOrIRI> contexts, RDF4J.Option... option) Adapt an RDF4JRepositoryas a Commons RDFGraph.RDF4J.asGraph(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepositoryas a Commons RDFGraph.RDF4J.asGraphUnion(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepositoryas a Commons RDFGraph.RDF4J.createGraph() -
Uses of RDF4JGraph in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JGraphModifier and TypeClassDescription(package private) final class(package private) classMethods in org.apache.commons.rdf.rdf4j.impl that return RDF4JGraphModifier and TypeMethodDescriptionInternalRDF4JFactory.createModelGraphImpl(org.eclipse.rdf4j.model.Model model, RDF4J rdf4jTermFactory) Construct aRDF4JGraphfrom a RDF4JModel.InternalRDF4JFactory.createRepositoryGraphImpl(org.eclipse.rdf4j.repository.Repository repository, boolean handleInitAndShutdown, boolean includeInferred, org.eclipse.rdf4j.model.Resource... contextMask) Construct aRDF4JGraphfrom a RDF4JModel.