Class BC2GMReader.GeneAnnotation

  • Enclosing class:
    BC2GMReader

    public class BC2GMReader.GeneAnnotation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      java.lang.String sentenceId  
      int start  
      java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneAnnotation()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sentenceId

        public java.lang.String sentenceId
      • start

        public int start
      • end

        public int end
      • text

        public java.lang.String text
    • Constructor Detail

      • GeneAnnotation

        public GeneAnnotation()