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 |
---|---|
<T> Graph.Builder |
Graph.Builder.attr(java.util.function.BiConsumer<Graph,T> setter,
T value)
Uses the given setter to set the attribute value.
|
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(java.util.Collection<Edge> edges)
|
Graph.Builder |
Graph.Builder.edges(Edge... edges)
|
Graph.Builder |
Graph.Builder.nodes(java.util.Collection<Node> nodes)
|
Graph.Builder |
Graph.Builder.nodes(Node... nodes)
|
Copyright (c) 2014 itemis AG and others. All rights reserved.