T - Type of Node/Task IDR - Type of Node/Task resultpublic interface Traversar<T extends Comparable<T>,R>
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(Dag<T,R> graph,
TraversarAction<T,R> action)
Traverse the given graph and print it on the Writer
|
Copyright © 2016 Dexecutor. All rights reserved.