Class ChromPos
- java.lang.Object
-
- org.biojava.nbio.genome.parsers.genename.ChromPos
-
-
Constructor Summary
Constructors Constructor Description ChromPos(int pos, int phase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPhase()
int
getPos()
void
setPhase(int phase)
void
setPos(int pos)
-