|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An extension of the TraversalHandler that includes methods
specific to DepthTraverser traversal.
| Method Summary | |
void |
branchFinished(Atom branch)
Implement this method to be notified of the end of a branch traversal starting from branch. |
void |
branchStarted(Atom branch)
Implement this method to be notified of the start of a branch traversal starting from branch. |
void |
cycleClosureTraversed(AtomPair pair)
Implement this method to be notified that pair has been
traversed as a cycle closure AtomPair. |
| Methods inherited from interface net.sf.octet.traversal.TraversalHandler |
abortTraversal, atomPairTraversed, atomTraversed, traversalFinished, traversalStarted |
| Method Detail |
public void branchStarted(Atom branch)
branch. This method will only be invoked
after one neighbor of branch has been traversed.
branch - the branch Atompublic void branchFinished(Atom branch)
branch.
branch - the branch Atompublic void cycleClosureTraversed(AtomPair pair)
pair has been
traversed as a cycle closure AtomPair. No notification
of the traversal of the same AtomPair via
atomPairTraversed will be made, enabling the clear distinction
between tree and non-tree AtomPairs.
pair - the AtomPair representing the cycle closure
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||