| java.lang.Object com.hp.hpl.jena.graph.impl.BaseGraphMaker com.hp.hpl.jena.graph.impl.SimpleGraphMaker
All known Subclasses: com.hp.hpl.jena.ontology.impl.DefaultGraphFactory,
SimpleGraphMaker | public class SimpleGraphMaker extends BaseGraphMaker (Code) | | author: hedgehog author: A SimpleGraphFactory produces memory-based graphs and records them author: in a local map. |
SimpleGraphMaker | public SimpleGraphMaker(ReificationStyle style)(Code) | | Initialise a SimpleGraphMaker with the given style.
Parameters: style - the reification style of all the graphs we create |
SimpleGraphMaker | public SimpleGraphMaker()(Code) | | Initialise a SimpleGraphMaker with reification style Minimal
|
augmentDescription | protected void augmentDescription(Graph d, Node self)(Code) | | Augment the general description of a GraphMaker with any Simple triples [ie none]
|
close | public void close()(Code) | | Close this factory - we choose to do nothing.
|
createGraph | public Graph createGraph(String name, boolean strict)(Code) | | Create a graph and record it with the given name in the local map.
|
getMakerClass | public Node getMakerClass()(Code) | | Answer the RDFS class of this Maker
JenaModelSpec.MemMakerClass [as node] |
hasGraph | public boolean hasGraph(String name)(Code) | | Return true iff we have a graph with the given name
|
openGraph | public Graph openGraph(String name, boolean strict)(Code) | | Open (aka find) a graph with the given name in the local map.
|
removeGraph | public void removeGraph(String name)(Code) | | Remove the mapping from name to any graph from the local map.
|
|
|