|
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.BasicTraversalHandler
A default implementation of the TraversalHandler interface with
empty method implementations. BasicTraversalHandler is suitable
as a base class for concrete TraversalHandler implementations.
| Constructor Summary | |
BasicTraversalHandler()
Constructs a BasicTraversalHandler. |
|
| Method Summary | |
boolean |
abortTraversal()
Implement this method to enable a traversal algorithm to be aborted. |
void |
atomPairTraversed(AtomPair pair)
Implement this method to be notified that traversal of
pair has just been completed. |
void |
atomTraversed(Atom atom)
Implement this method to be notified that traversal of
atom has just been completed. |
void |
traversalFinished(AtomGraph graph)
Implement this method to be notified that traversal of graph
is finished. |
void |
traversalStarted(AtomGraph graph)
Implement this method to be notified that traversal of graph
has started. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicTraversalHandler()
BasicTraversalHandler.
| Method Detail |
public boolean abortTraversal()
TraversalHandler
abortTraversal in interface TraversalHandlertrue if traversal should be aborted, or
false otherwisepublic void atomPairTraversed(AtomPair pair)
TraversalHandler
pair has just been completed.
atomPairTraversed in interface TraversalHandlerpair - the AtomPair that was just traversedpublic void atomTraversed(Atom atom)
TraversalHandler
atom has just been completed.
atomTraversed in interface TraversalHandleratom - the Atom that was just traversedpublic void traversalFinished(AtomGraph graph)
TraversalHandlergraph
is finished.
traversalFinished in interface TraversalHandlergraph - the AtomGraph whose traversal was completedpublic void traversalStarted(AtomGraph graph)
TraversalHandlergraph
has started.
traversalStarted in interface TraversalHandlergraph - the AtomGraph that will be traversed
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||