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 SummaryFieldsModifier and TypeFieldDescriptionprotected Graph.BuilderTheGraph.Builderused to construct theGraph, i.e. the root of the builder chain.protected List<Edge.Builder>Edge.Builders, which are part of the builder chain.protected Map<Object,Node.Builder> Node.Builders, 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
builderTheGraph.Builderused to construct theGraph, i.e. the root of the builder chain.
- 
nodeBuildersNode.Builders, which are part of the builder chain, mapped to their keys.
- 
edgeBuildersEdge.Builders, which are part of the builder chain.
- 
nodeKeysStores incoming node keys in order.
- 
nodeKeyToBuilderMapStores node builders
 
- 
- 
Constructor Details- 
Contextprotected Context()
 
-