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, waitclose, createGraph, hasGraph, listGraphs, openGraph, removeGraphpublic BaseGraphMaker()
public Graph getGraph()
getGraph in interface GraphMakerpublic Graph openGraph()
GraphMakeropenGraph in interface GraphMakerpublic Graph createGraph()
createGraph in interface GraphMakerpublic Graph createGraph(String name)
createGraph in interface GraphMakerGraphMaker.createGraph(java.lang.String)public Graph openGraph(String name)
openGraph in interface GraphMakerGraphMaker.openGraph(java.lang.String)Licenced under the Apache License, Version 2.0