T
- Type of Node/Task IDR
- Type of Node/Task resultpublic interface TraversarAction<T extends Comparable<T>,R>
Modifier and Type | Method and Description |
---|---|
void |
onNewLevel(int levelNumber) |
void |
onNewPath(int pathNumber) |
void |
onNode(Node<T,R> node) |
Copyright © 2016 Dexecutor. All rights reserved.