gov.lbl.genome.common.features
Class Utr

java.lang.Object
  extended by gov.lbl.genome.common.features.ChromSegment
      extended by gov.lbl.genome.common.features.Utr
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class Utr
extends ChromSegment

Utr represents a specific chromosome coordinate span.


Constructor Summary
Utr(java.lang.String inChromosome, long inStart, long inEnd)
           
 
Method Summary
 
Methods inherited from class gov.lbl.genome.common.features.ChromSegment
add, cloneSegment, compareTo, contains, contains, contains, getChromName, getChromosome, getChromosome, getEnd, getName, getPos, getRealEnd, getStart, hashCode, intersect, isRealChrom, parsePos, parseSpan, positionFormat, setChromosome, setChromosome, setEnd, setRealChrom, setStart, toString, toString, touches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Utr

public Utr(java.lang.String inChromosome,
           long inStart,
           long inEnd)