Interface GAMETranscriptCallbackItf

All Known Implementing Classes:
GAMEFeatureSetHandler

public interface GAMETranscriptCallbackItf
An interface that can be tested for by nested handlers when trying to do a callback. This one allows an element that represents a transcript to gain information about locations of nested elements that represent exons/introns.
Since:
1.8
Author:
David Huen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Allows nesting class that manages a transcript template to gain information about its extent from nested elements that represent exons.
  • Method Details