Uses of Interface
org.apache.jena.sparql.core.DatasetGraphFactory.GraphMaker
-
Packages that use DatasetGraphFactory.GraphMaker Package Description org.apache.jena.sparql.core -
-
Uses of DatasetGraphFactory.GraphMaker in org.apache.jena.sparql.core
Fields in org.apache.jena.sparql.core declared as DatasetGraphFactory.GraphMaker Modifier and Type Field Description static DatasetGraphFactory.GraphMakerDatasetGraphFactory. graphMakerMemA graph maker that creates unnamed Jena default graphsstatic DatasetGraphFactory.GraphMakerDatasetGraphFactory. graphMakerNamedGraphMemA graph maker that createsNamedGraphs around a Jena default graphsstatic DatasetGraphFactory.GraphMakerDatasetGraphFactory. graphMakerNullA graph maker that doesn't make graphs.Methods in org.apache.jena.sparql.core with parameters of type DatasetGraphFactory.GraphMaker Modifier and Type Method Description static 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.GraphMaker Constructor Description DatasetGraphMap(DatasetGraphFactory.GraphMaker graphMaker)DatasetGraphMap with a specific policy for graph creation.
-