Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JGraph
-
Packages that use RDF4JGraph Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JGraph in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JGraph Modifier and Type Method Description RDF4JGraphRDF4J. asGraph(org.eclipse.rdf4j.model.Model model)Adapt an RDF4JModelas a Commons RDFGraph.RDF4JGraphRDF4J. asGraph(org.eclipse.rdf4j.repository.Repository repository, java.util.Set<? extends BlankNodeOrIRI> contexts, RDF4J.Option... option)Adapt an RDF4JRepositoryas a Commons RDFGraph.RDF4JGraphRDF4J. asGraph(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options)Adapt an RDF4JRepositoryas a Commons RDFGraph.RDF4JGraphRDF4J. asGraphUnion(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options)Adapt an RDF4JRepositoryas a Commons RDFGraph.RDF4JGraphRDF4J. createGraph() -
Uses of RDF4JGraph in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JGraph Modifier and Type Class Description (package private) classModelGraphImpl(package private) classRepositoryGraphImplMethods in org.apache.commons.rdf.rdf4j.impl that return RDF4JGraph Modifier and Type Method Description RDF4JGraphInternalRDF4JFactory. createModelGraphImpl(org.eclipse.rdf4j.model.Model model, RDF4J rdf4jTermFactory)Construct aRDF4JGraphfrom a RDF4JModel.RDF4JGraphInternalRDF4JFactory. createRepositoryGraphImpl(org.eclipse.rdf4j.repository.Repository repository, boolean handleInitAndShutdown, boolean includeInferred, org.eclipse.rdf4j.model.Resource... contextMask)Construct aRDF4JGraphfrom a RDF4JModel.
-