public class RoleGraph extends Object
| Constructor and Description |
|---|
RoleGraph(RoleCommandOrder rd) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(Stage stage)
Given a stage builds a DAG of all execution commands within the stage.
|
List<Stage> |
getStages()
Returns a list of stages that need to be executed one after another
to execute the DAG generated in the last
build(Stage) call. |
String |
stringifyGraph() |
public RoleGraph(RoleCommandOrder rd)
public void build(Stage stage)
public List<Stage> getStages()
build(Stage) call.public String stringifyGraph()
Copyright © 2016. All rights reserved.