public abstract class AbstractTraversal<K,V> extends Object implements Traversal<K,V>
| Constructor and Description |
|---|
AbstractTraversal(Graph<K> graph) |
| Modifier and Type | Method and Description |
|---|---|
V |
getData(GraphNode<K> node,
Class<V> clazz) |
Graph<K> |
getGraph() |
void |
setData(GraphNode<K> node,
V data) |
void |
traverse() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittraverseNodeCopyright © 2017. All rights reserved.