Package org.biojava.bio.seq.io.agave
Interface AGAVECallbackItf
-
- All Known Implementing Classes:
AGAVEHandler
public interface AGAVECallbackItf
An interface that can be tested for by nested handlers when trying to do a callback. This one handles callbacks from nested elements that determine strandedness of a nesting element.- Author:
- Hanning Ni Doubletwist Inc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reportSequence(Sequence sequence)
-
-
-
Method Detail
-
reportSequence
void reportSequence(Sequence sequence)
-
-