Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,Node.Builder> |
Graph.Builder.Context.nodeBuilders
Node.Builder s, which are part of the builder chain,
mapped to their keys. |
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.attr(java.lang.String key,
java.lang.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(java.lang.Object key)
Constructs a new (identifiable)
Node.Builder . |
Node.Builder |
Graph.Builder.node(java.lang.Object key)
Constructs a new (identifiable)
Node.Builder . |
Node.Builder |
Edge.Builder.node(java.lang.Object key)
Constructs a new (identifiable)
Node.Builder for a node. |
Copyright (c) 2014 itemis AG and others. All rights reserved.