Modifier and Type | Field and Description |
---|---|
protected Graph.Builder |
Graph.Builder.Context.builder
The
Graph.Builder used to construct the Graph ,
i.e. the root of the builder chain. |
Modifier and Type | Method and Description |
---|---|
Graph.Builder |
Graph.Builder.attr(java.lang.String key,
java.lang.Object value)
Puts the given key-value-pair into the
attributes map of the
Graph which is constructed by this Graph.Builder . |
Graph.Builder |
Graph.Builder.edges(Edge... edges)
|
Graph.Builder |
Graph.Builder.nodes(Node... nodes)
|
Modifier and Type | Method and Description |
---|---|
void |
GraphCopier.into(Graph.Builder targetGraph) |
Copyright (c) 2014 itemis AG and others. All rights reserved.