util.bio.annotation
Class ExonIntron

java.lang.Object
  extended byutil.bio.annotation.ExonIntron
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class ExonIntron
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

ExonIntron info.

See Also:
Serialized Form

Constructor Summary
ExonIntron(Gff3Feature f)
           
ExonIntron(int start, int end)
           
ExonIntron(int start, int end, java.lang.String name)
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 int getEnd()
           
 java.lang.String getName()
           
 java.lang.String getParent()
           
 int getStart()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExonIntron

public ExonIntron(int start,
                  int end)

ExonIntron

public ExonIntron(int start,
                  int end,
                  java.lang.String name)

ExonIntron

public ExonIntron(Gff3Feature f)
Method Detail

toString

public java.lang.String toString()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable

getName

public java.lang.String getName()

getEnd

public int getEnd()

getStart

public int getStart()

getParent

public java.lang.String getParent()