|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Traverses the cycles of an AtomGraph. The order and
completeness of cycle traversal will be implementation-
dependent, as will be the order of Atom and
AtomPair traversal within a paricular cycle. Each detected
cycle will be traversed once.
Clients are notified of the various stages in the traversal
algorithm by using a custom Handler . This is achieved by instantiating
an object that implements Handler and invoking
traverse with the object as an argument.
TraversalHandler| Nested Class Summary | |
static interface |
CycleTraverser.Handler
An extension of the TraversalHandler interface that includes methods
specific to CycleTraverser traversal. |
| Method Summary | |
void |
traverse(AtomGraph graph,
CycleTraverser.Handler handler)
Traverses graph while notifying handler
of traversal events. |
| Method Detail |
public void traverse(AtomGraph graph,
CycleTraverser.Handler handler)
graph while notifying handler
of traversal events.
graph - the AtomGraph to traversehandler - 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 | |||||||||