T
- Type of Node/Task IDR
- Type of Node/Task resultpublic abstract class BaseTraversar<T extends Comparable<T>,R> extends Object implements Traversar<T,R>
Constructor and Description |
---|
BaseTraversar() |
Modifier and Type | Method and Description |
---|---|
protected List<List<List<Node<T,R>>>> |
traverseLevelOrder(Dag<T,R> graph) |
protected void |
traversePath(List<List<Node<T,R>>> list,
TraversarAction<T,R> action) |
Copyright © 2016 Dexecutor. All rights reserved.