Modifier and Type | Method and Description |
---|---|
Graph |
Node.Builder.build()
Constructs a new
Graph from the values which have been
supplied to the builder chain. |
Graph |
Graph.Builder.build()
Constructs a new
Graph from the values which have been
supplied to this Graph.Builder . |
Graph |
Edge.Builder.build()
Constructs a new
Graph from the values which have been
supplied to the builder chain. |
Graph |
GraphCopier.copy(Graph graph)
Creates a copy of the given
Graph . |
protected Graph |
GraphCopier.copyGraph(Graph graph)
Copies the given
Graph using the current IAttributeCopier . |
Graph |
Node.getGraph()
|
Graph |
Edge.getGraph()
|
Graph |
Node.getNestedGraph()
|
Graph |
Graph.getRootGraph()
Returns the root graph of this Graph.
|
Modifier and Type | Method and Description |
---|---|
Graph |
GraphCopier.copy(Graph graph)
Creates a copy of the given
Graph . |
protected void |
GraphCopier.copyEdges(Graph graph,
Graph outputGraph)
Copies all the edges of the given graph into the output graph.
|
protected Graph |
GraphCopier.copyGraph(Graph graph)
Copies the given
Graph using the current IAttributeCopier . |
protected void |
GraphCopier.copyNodes(Graph graph,
Graph outputGraph)
Copies all the nodes of the given graph into the output graph.
|
void |
Node.setNestedGraph(Graph nestedGraph)
|
Modifier and Type | Method and Description |
---|---|
<T> Graph.Builder |
Graph.Builder.attr(java.util.function.BiConsumer<Graph,T> setter,
T value)
Uses the given setter to set the attribute value.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.