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 boolean
equals(Object other)
List<String>
getAliases()
List<String>
getAttribute(String key)
Map<String,List<String>>
getAttributes()
String
getContig()
int
getEnd()
String
getId()
String
getName()
int
getPhase()
double
getScore()
String
getSource()
int
getStart()
Strand
getStrand()
String
getType()
int
hashCode()
-
-
-
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()
-
-