Class Gff3BaseData

java.lang.Object
htsjdk.tribble.gff.Gff3BaseData

public class Gff3BaseData extends Object
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getContig

      public String getContig()
    • getSource

      public String getSource()
    • getType

      public String getType()
    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • getScore

      public double getScore()
    • getStrand

      public Strand getStrand()
    • getPhase

      public int getPhase()
    • getAttributes

      public Map<String,List<String>> getAttributes()
    • getAttribute

      public List<String> getAttribute(String key)
    • getId

      public String getId()
    • getName

      public String getName()
    • getAliases

      public List<String> getAliases()