|
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 IsomorphismTraverser traversal.
| Method Summary | |
void |
inputTraversed(AtomGraph input)
Implement this method to receive notification that input
has been detected. |
void |
permutationFinished()
Implement this method to receive notification that an isomorphism permutation was just completed. |
void |
permutationStarted()
Implement this method to receive notification that an isomorphism permutation has been detected and is about to be traversed. |
void |
traversalStarted(AtomGraph model)
Implement this method to receive notification that model
is about to be traversed. |
| Methods inherited from interface net.sf.octet.traversal.TraversalHandler |
abortTraversal, atomPairTraversed, atomTraversed, traversalFinished |
| Method Detail |
public void inputTraversed(AtomGraph input)
input
has been detected. This will be done prior to the traversal of the
model AtomGraph.
input - the input AtomGraphpublic void traversalStarted(AtomGraph model)
model
is about to be traversed.
traversalStarted in interface TraversalHandlermodel - the model AtomGraphpublic void permutationStarted()
public void permutationFinished()
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||