gov.lbl.genome.common.features
Class Cns

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

public class Cns
extends ChromSegment

Cns represents a conserved non-coding region


Constructor Summary
Cns(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

Cns

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