Uses of Enum Class
org.apache.commons.rdfrdf4j.RDF4J.Option
-
Uses of RDF4J.Option in org.apache.commons.rdfrdf4j
Modifier and TypeMethodDescriptionstatic RDF4J.Option
Returns the enum constant of this class with the specified name.static RDF4J.Option[]
RDF4J.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRDF4J.asDataset
(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepository
as a Commons RDFDataset
.RDF4J.asGraph
(org.eclipse.rdf4j.repository.Repository repository, Set<? extends org.apache.commons.rdf.api.BlankNodeOrIRI> contexts, RDF4J.Option... option) Adapt an RDF4JRepository
as a Commons RDFGraph
.RDF4J.asGraph
(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepository
as a Commons RDFGraph
.RDF4J.asGraphUnion
(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepository
as a Commons RDFGraph
.