Uses of Class
org.apache.commons.rdf.rdf4j.RDF4J.Option
-
Packages that use RDF4J.Option Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J. -
-
Uses of RDF4J.Option in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4J.Option Modifier and Type Method Description static RDF4J.OptionRDF4J.Option. valueOf(java.lang.String name)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.Option Modifier and Type Method Description private java.util.EnumSet<RDF4J.Option>RDF4J. optionSet(RDF4J.Option... options)Methods in org.apache.commons.rdf.rdf4j with parameters of type RDF4J.Option Modifier and Type Method Description RDF4JDatasetRDF4J. asDataset(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options)Adapt an RDF4JRepositoryas a Commons RDFDataset.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.private java.util.EnumSet<RDF4J.Option>RDF4J. optionSet(RDF4J.Option... options)
-