com.hp.hpl.jena.sparql.core
Interface DatasetGraphFactory.GraphMaker

Enclosing class:
DatasetGraphFactory

public static interface DatasetGraphFactory.GraphMaker

Interface for makign graphs when a dataset needs to add a new graph. Return null for no graph created.


Method Summary
 com.hp.hpl.jena.graph.Graph create()
           
 

Method Detail

create

com.hp.hpl.jena.graph.Graph create()


Licenced under the Apache License, Version 2.0