Uses of Interface
com.apicatalog.rdf.model.RdfDataset
-
Packages that use RdfDataset Package Description com.apicatalog.rdf.model com.apicatalog.rdf.primitive.flow com.apicatalog.rdf.primitive.set -
-
Uses of RdfDataset in com.apicatalog.rdf.model
Methods in com.apicatalog.rdf.model that return RdfDataset Modifier and Type Method Description default RdfDatasetRdfDataset. defaultGraph(RdfGraph graph)Replaces the default graph in the dataset with the specified graph.default RdfDatasetRdfDataset. namedGraph(RdfResource graphName, RdfGraph graph)Adds or replaces a named graph in the dataset. -
Uses of RdfDataset in com.apicatalog.rdf.primitive.flow
Methods in com.apicatalog.rdf.primitive.flow with parameters of type RdfDataset Modifier and Type Method Description static voidQuadEmitter. emit(com.apicatalog.rdf.api.RdfQuadConsumer consumer, RdfDataset set)QuadEmitterQuadEmitter. emit(RdfDataset set) -
Uses of RdfDataset in com.apicatalog.rdf.primitive.set
Classes in com.apicatalog.rdf.primitive.set that implement RdfDataset Modifier and Type Class Description classGraphDatasetclassOrderedQuadDatasetclassQuadDataset
-