Modifier and Type | Field and Description |
---|---|
protected Map<Object,Node.Builder> |
Graph.Builder.Context.nodeBuilders
Node.Builder s, which are part of the builder chain,
mapped to their keys. |
protected Map<Object,Node.Builder> |
Graph.Builder.Context.nodeKeyToBuilderMap
Stores node builders
|
Modifier and Type | Method and Description |
---|---|
<T> Node.Builder |
Node.Builder.attr(BiConsumer<Node,T> setter,
T value)
Uses the given setter to set the attribute value.
|
Node.Builder |
Node.Builder.attr(String key,
Object value)
Puts the given key-value-pair into the
attributesProperty map of the
Node which is constructed by this Node.Builder . |
Node.Builder |
Node.Builder.node()
Constructs a new (anonymous)
Node.Builder . |
Node.Builder |
Graph.Builder.node()
Constructs a new (anonymous)
Node.Builder . |
Node.Builder |
Edge.Builder.node()
Constructs a new (anonymous)
Node.Builder for a node. |
Node.Builder |
Node.Builder.node(Object key)
Constructs a new (identifiable)
Node.Builder . |
Node.Builder |
Graph.Builder.node(Object key)
Constructs a new (identifiable)
Node.Builder . |
Node.Builder |
Edge.Builder.node(Object key)
Constructs a new (identifiable)
Node.Builder for a node. |
Copyright (c) 2014 itemis AG and others. All rights reserved.