| Modifier and Type | Method and Description |
|---|---|
Node |
Node.withChildren(Set<Node> children) |
Node |
Node.withId(String id) |
Node |
Node.withLabel(Message label) |
Node |
Node.withLocation(Location location) |
Node |
Node.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
Node.getChildren()
Array of child nodes.
|
Set<Node> |
Graph.getNodes()
An array of node objects representing the nodes of the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setChildren(Set<Node> children)
Array of child nodes.
|
void |
Graph.setNodes(Set<Node> nodes)
An array of node objects representing the nodes of the graph.
|
Node |
Node.withChildren(Set<Node> children) |
Graph |
Graph.withNodes(Set<Node> nodes) |
Copyright © 2020 Contrast Security. All rights reserved.