public class ExecutionGraphGenerator<T> extends Object
| Constructor | Description |
|---|---|
ExecutionGraphGenerator(Model configGraph,
ExecutionGraphBuilder<T> builder,
IdentifiableExecutionFactory<T> factory) |
| Modifier and Type | Method | Description |
|---|---|---|
protected IdentifiableExecution<T> |
createAndInitExecution(Resource executionId) |
|
ExecutionGraph |
generate() |
|
protected List<Resource> |
getNodeInputs(Resource execution) |
|
protected List<Resource> |
getNodeOutputs(Resource execution) |
|
protected Set<Resource> |
getStartNodes() |
|
protected boolean |
isHub(Resource execution) |
public ExecutionGraphGenerator(Model configGraph, ExecutionGraphBuilder<T> builder, IdentifiableExecutionFactory<T> factory)
public final ExecutionGraph generate()
protected IdentifiableExecution<T> createAndInitExecution(Resource executionId)
protected final boolean isHub(Resource execution)
Copyright © 2018. All rights reserved.