| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.withId(String id) |
Edge |
Edge.withLabel(Message label) |
Edge |
Edge.withProperties(PropertyBag properties) |
Edge |
Edge.withSourceNodeId(String sourceNodeId) |
Edge |
Edge.withTargetNodeId(String targetNodeId) |
| Modifier and Type | Method and Description |
|---|---|
Set<Edge> |
Graph.getEdges()
An array of edge objects representing the edges of the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.setEdges(Set<Edge> edges)
An array of edge objects representing the edges of the graph.
|
Graph |
Graph.withEdges(Set<Edge> edges) |
Copyright © 2020 Contrast Security. All rights reserved.