| java.lang.Object com.hp.hpl.jena.graph.impl.BaseGraphMaker
All known Subclasses: com.hp.hpl.jena.graph.impl.FileGraphMaker, com.hp.hpl.jena.db.impl.GraphRDBMaker, com.hp.hpl.jena.graph.impl.SimpleGraphMaker,
BaseGraphMaker | abstract public class BaseGraphMaker implements GraphMaker(Code) | | This base class provides convenience functions for the three "usual" graph
makers and a place to hold the reification style for the graphs it constructs.
author: kers |
BaseGraphMaker | public BaseGraphMaker(ReificationStyle style)(Code) | | Construct the base level of a graph maker.
Parameters: style - the reification style for all the graphs it makes |
augmentDescription | abstract protected void augmentDescription(Graph d, Node self)(Code) | | Update the graph g with any other descriptive information for this GraphMaker.
Parameters: d - the description to be augmented Parameters: self - the node that represents this GraphMaker |
createGraph | public Graph createGraph()(Code) | | Make a fresh anonymous graph.
|
getDescription | public Graph getDescription()(Code) | | Answer an RDF specification of this GraphMaker, adequate to constructing one
just like it.
a Graph describing the Maker using the JenaModelSpec vocabulary. |
getGraph | public Graph getGraph()(Code) | | Answer the default graph for this maker. If we haven't already made it, make it
now.
|
getMakerClass | abstract public Node getMakerClass()(Code) | | Answer the Class node for this GraphMaker's description.
a URI node which is some RDFS subclass of MakerSpec |
|
|