public abstract static class StageIDsRearranger.TaskTraverse extends Object
| Constructor and Description |
|---|
StageIDsRearranger.TaskTraverse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
accepted(Task<?> task) |
protected List<Task<?>> |
getChildTasks(Task<?> task) |
protected boolean |
isReady(Task<?> task) |
protected List<Task<?>> |
next(Task<?> task) |
protected void |
rejected(Task<?> child) |
void |
traverse(Task<?> task) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.