Package org.biojava.bio.seq.io.agave
Interface AGAVEFeatureCallbackItf
- 
- All Known Implementing Classes:
- AGAVECompResultHandler,- AGAVEFragmentOrientationHandler,- AGAVEGeneHandler,- AGAVESeqFeatureHandler
 
 public interface AGAVEFeatureCallbackItf 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportFeature(Location loc)voidreportStrand(StrandedFeature.Strand strand)
 
- 
- 
- 
Method Detail- 
reportFeaturevoid reportFeature(Location loc) 
 - 
reportStrandvoid reportStrand(StrandedFeature.Strand strand) 
 
- 
 
-