@Incubating(since="7.24.0")
public class FlowGraph
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Add an edge to the graph returning the newly added
FlowGraph leaf.
void
-
Constructor Details
-
FlowGraph
public FlowGraph()
-
Method Details
-
-
addEdge
Add an edge to the graph returning the newly added
FlowGraph leaf.
- Parameters:
node - The node of the new leaf.
- Returns:
- The newly added
FlowGraph leaf.
-
addEdge
- Returns:
- The edge argument.
-
-