Package 

Class AlleleInfo

  • All Implemented Interfaces:

    
    public class AlleleInfo
    
                        

    The AlleleInfo class holds the data for a record coming from the alleles tables in the PHG database.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AlleleInfo(int alleleId, Array<byte> baseStr, String displayStr, int len)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int id()
      Array<byte> baseString()
      String displayString()
      int length()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait