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 |
Node.getGraph()
|
Graph |
Edge.getGraph()
|
Graph |
Node.getNestedGraph()
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setGraph(Graph graph)
|
void |
Edge.setGraph(Graph graph)
|
void |
Node.setNestedGraph(Graph nestedGraph)
|
Constructor and Description |
---|
GraphCopier(Graph sourceGraph,
java.lang.String attributeNameForId) |
Copyright (c) 2014 itemis AG and others. All rights reserved.