protected class Graph.Builder.Context extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Graph.Builder |
builder
The
Graph.Builder used to construct the Graph,
i.e. the root of the builder chain. |
protected List<Edge.Builder> |
edgeBuilders
Edge.Builders, which are part of the builder chain. |
protected Map<Object,Node.Builder> |
nodeBuilders
Node.Builders, which are part of the builder chain,
mapped to their keys. |
protected List<Object> |
nodeKeys
Stores incoming node keys in order.
|
protected Map<Object,Node.Builder> |
nodeKeyToBuilderMap
Stores node builders
|
| Modifier | Constructor and Description |
|---|---|
protected |
Context() |
protected Graph.Builder builder
Graph.Builder used to construct the Graph,
i.e. the root of the builder chain.protected Map<Object,Node.Builder> nodeBuilders
Node.Builders, which are part of the builder chain,
mapped to their keys.protected List<Edge.Builder> edgeBuilders
Edge.Builders, which are part of the builder chain.protected Map<Object,Node.Builder> nodeKeyToBuilderMap
Copyright (c) 2014 itemis AG and others. All rights reserved.