org.utgenome.gwt.utgb.client.bio
Class Exon

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bio.Interval
      extended by org.utgenome.gwt.utgb.client.bio.Exon
All Implemented Interfaces:
Serializable, Comparable<Interval>, GenomeRange

public class Exon
extends Interval

Exon

Author:
leo
See Also:
Serialized Form

Constructor Summary
Exon()
           
Exon(int start, int end)
           
 
Method Summary
 
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Interval
accept, adjustToOneOrigin, atomicSetStartAndEnd, compareTo, contains, contains, correctInterval, follows, getColor, getEnd, getName, getStart, hasOverlap, intersect, intersectsWith, isAntiSense, isSense, length, precedes, setEnd, setStart, toJSONArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exon

public Exon()

Exon

public Exon(int start,
            int end)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.