|
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 interface that includes methods
specific to BreadthTraverser traversal.
| Method Summary | |
void |
crossAtomPairTraversed(AtomPair pair)
Implement this method to receive notification that a cross AtomPair has been traversed. |
void |
layerFinished(int layerIndex)
Implement this method to receive notification that the layer containing Atoms a distance of layerIndex
from the root Atom has been exited. |
void |
layerStarted(int layerIndex)
Implement this method to receive notification that the next layer, a distance of layerIndex atoms away fromt the root
Atom, has been entered. |
| Methods inherited from interface net.sf.octet.traversal.TraversalHandler |
abortTraversal, atomPairTraversed, atomTraversed, traversalFinished, traversalStarted |
| Method Detail |
public void layerStarted(int layerIndex)
layerIndex atoms away fromt the root
Atom, has been entered.
layerIndex - the atomic distance of the Atoms in this layer
from the root Atompublic void layerFinished(int layerIndex)
Atoms a distance of layerIndex
from the root Atom has been exited.
layerIndex - the atomic distance of the Atoms in this layer
from the root Atompublic void crossAtomPairTraversed(AtomPair pair)
AtomPair has been traversed. This is an
AtomPair that connects two Atoms
in the current layer. Indicates the presence of a cycle with an
odd-number of Atoms.
pair - an AtomPair connecting two Atoms in the
current layer.
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||