Uses of Interface
org.apache.jena.sparql.core.DatasetGraphFactory.GraphMaker
Packages that use DatasetGraphFactory.GraphMaker
-
Uses of DatasetGraphFactory.GraphMaker in org.apache.jena.sparql.core
Fields in org.apache.jena.sparql.core declared as DatasetGraphFactory.GraphMakerModifier and TypeFieldDescriptionDatasetGraphFactory.graphMakerMemA graph maker that creates unnamed Jena default graphsDatasetGraphFactory.graphMakerNullA graph maker that doesn't make graphs.Methods in org.apache.jena.sparql.core with parameters of type DatasetGraphFactory.GraphMakerModifier and TypeMethodDescriptionstatic DatasetGraphDatasetGraphMapLink.cloneStructure(DatasetGraph srcDsg, DatasetGraphFactory.GraphMaker graphMaker) Create a newDatasetGraphthat copies the dataset structure of default graph and named graph and links to the graphs of the originalDatasetGraphAny new graphs needed are separate from the original dataset and created according to theDatasetGraphFactory.GraphMaker.static DatasetGraphDatasetGraphFactory.createWithGraphMaker(DatasetGraphFactory.GraphMaker graphMaker) Create a DatasetGraph using theDatasetGraphFactory.GraphMakerfor all graphs.Constructors in org.apache.jena.sparql.core with parameters of type DatasetGraphFactory.GraphMakerModifierConstructorDescriptionDatasetGraphMapLink(DatasetGraphFactory.GraphMaker graphMaker) ADatasetGraphthat uses the given graph for the default graph and create in-memory graphs for named graphs as needed