Uses of Enum
org.apache.commons.rdf.rdf4j.RDF4J.Option
Packages that use RDF4J.Option
-
Uses of RDF4J.Option in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4J.OptionModifier and TypeMethodDescriptionstatic RDF4J.Option
Returns the enum constant of this type with the specified name.static RDF4J.Option[]
RDF4J.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type RDF4J.OptionModifier and TypeMethodDescriptionprivate EnumSet
<RDF4J.Option> RDF4J.optionSet
(RDF4J.Option... options) Methods in org.apache.commons.rdf.rdf4j with parameters of type RDF4J.OptionModifier 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 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
.private EnumSet
<RDF4J.Option> RDF4J.optionSet
(RDF4J.Option... options)