|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsofya.apps.dejavu.EdgeSelector.EdgeTraversal
public static class EdgeSelector.EdgeTraversal
Data container class which is used to direct the behavior of the graph traverser.
| Constructor Summary | |
|---|---|
protected |
EdgeSelector.EdgeTraversal()
Creates a traversal instruction which directs the graph traverser to follow all outgoing edges. |
protected |
EdgeSelector.EdgeTraversal(Node oldSuccessor,
Node newSuccessor)
Creates a traversal instruction with directs the graph traverser to proceed to a particular successor. |
| Method Summary | |
|---|---|
Node |
newSuccessor()
Gets the next node in the new graph to which the traversal should proceed. |
Node |
oldSuccessor()
Gets the next node in the old graph to which the traversal should proceed. |
boolean |
traverseAll()
Reports whether the graph traverser should follow all outgoing edges. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EdgeSelector.EdgeTraversal()
protected EdgeSelector.EdgeTraversal(Node oldSuccessor,
Node newSuccessor)
oldSuccessor - Next node in the old graph to which
the traversal should proceed.newSuccessor - Next node in the new graph to which
the traversal should proceed.| Method Detail |
|---|
public boolean traverseAll()
public Node oldSuccessor()
public Node newSuccessor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||