public class ExecutionGraph<T> extends Object
| Constructor | Description |
|---|---|
ExecutionGraph() |
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionGraph |
addEdge(ExecutionGraphNode<T> from,
int fromPort,
ExecutionGraphNode<T> to,
int toPort) |
|
CompiledExecutionGraph |
compile() |
public ExecutionGraph addEdge(ExecutionGraphNode<T> from, int fromPort, ExecutionGraphNode<T> to, int toPort)
public CompiledExecutionGraph compile()
Copyright © 2019. All rights reserved.