Package org.eclipse.gef.graph
Class Graph.Builder.Context
java.lang.Object
org.eclipse.gef.graph.Graph.Builder.Context
- Enclosing class:
- Graph.Builder
A context object passed to nested builders when creating a builder
chain.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Graph.Builder
TheGraph.Builder
used to construct theGraph
, i.e. the root of the builder chain.protected List<Edge.Builder>
Edge.Builder
s, which are part of the builder chain.protected Map<Object,
Node.Builder> Node.Builder
s, which are part of the builder chain, mapped to their keys.Stores incoming node keys in order.protected Map<Object,
Node.Builder> Stores node builders -
Constructor Summary
-
Method Summary
-
Field Details
-
builder
TheGraph.Builder
used to construct theGraph
, i.e. the root of the builder chain. -
nodeBuilders
Node.Builder
s, which are part of the builder chain, mapped to their keys. -
edgeBuilders
Edge.Builder
s, which are part of the builder chain. -
nodeKeys
Stores incoming node keys in order. -
nodeKeyToBuilderMap
Stores node builders
-
-
Constructor Details
-
Context
protected Context()
-