Package htsjdk.tribble.gff
Class Gff3BaseData
- java.lang.Object
-
- htsjdk.tribble.gff.Gff3BaseData
-
public class Gff3BaseData extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)List<String>getAliases()List<String>getAttribute(String key)Map<String,List<String>>getAttributes()StringgetContig()intgetEnd()StringgetId()StringgetName()intgetPhase()doublegetScore()StringgetSource()intgetStart()StrandgetStrand()StringgetType()inthashCode()
-
-
-
Method Detail
-
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()
-
getId
public String getId()
-
getName
public String getName()
-
-