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.OptionReturns 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 RDF4JRepositoryas a Commons RDFDataset.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.private EnumSet<RDF4J.Option> RDF4J.optionSet(RDF4J.Option... options)