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