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.graphMakerNamedGraphMemA graph maker that createsNamedGraphs around a 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 dsg, 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.Constructors in org.apache.jena.sparql.core with parameters of type DatasetGraphFactory.GraphMakerModifierConstructorDescriptionDatasetGraphMap(DatasetGraphFactory.GraphMaker graphMaker) DatasetGraphMap with a specific policy for graph creation.