public abstract class BaseGraphMaker extends Object implements GraphMaker
Constructor and Description |
---|
BaseGraphMaker()
Construct the base level of a graph maker.
|
Modifier and Type | Method and Description |
---|---|
Graph |
createGraph()
Make a fresh anonymous graph.
|
Graph |
createGraph(String name)
A non-strict create.
|
Graph |
getGraph()
Answer the default graph for this maker.
|
Graph |
openGraph()
Answer the default graph of this GraphMaker, if it has one.
|
Graph |
openGraph(String name)
A non-strict open.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, createGraph, hasGraph, listGraphs, openGraph, removeGraph
public BaseGraphMaker()
public Graph getGraph()
getGraph
in interface GraphMaker
public Graph openGraph()
GraphMaker
openGraph
in interface GraphMaker
public Graph createGraph()
createGraph
in interface GraphMaker
public Graph createGraph(String name)
createGraph
in interface GraphMaker
GraphMaker.createGraph(java.lang.String)
public Graph openGraph(String name)
openGraph
in interface GraphMaker
GraphMaker.openGraph(java.lang.String)
Licenced under the Apache License, Version 2.0