|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.octet.traversal.BasicDepthTraverser
A default implementation of the DepthTraverser interface.
BasicDepthTraverser selects neighbors at branchpoint Atoms
according to the order of iteration given by AtomGraph.iterateNeighbors
.
| Nested Class Summary |
| Nested classes inherited from class net.sf.octet.traversal.DepthTraverser |
DepthTraverser.Handler |
| Constructor Summary | |
BasicDepthTraverser()
Constructs a fully functional BasicDepthTraverser. |
|
| Method Summary | |
void |
traverse(AtomGraph graph,
Atom root,
DepthTraverser.Handler handler)
Traverses graph starting from root while notifying
Handler of traversal events. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicDepthTraverser()
BasicDepthTraverser.
| Method Detail |
public void traverse(AtomGraph graph,
Atom root,
DepthTraverser.Handler handler)
DepthTraversergraph starting from root while notifying
Handler of traversal events.
traverse in interface DepthTraversergraph - the AtomGraph to traverseroot - the root Atom in graph to start fromhandler - receives traversal events
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||