util.bio.annotation
Class ExonIntron
java.lang.Object
  
util.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
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ExonIntron
public ExonIntron(int start,
                  int end)
ExonIntron
public ExonIntron(int start,
                  int end,
                  java.lang.String name)
ExonIntron
public ExonIntron(Gff3Feature f)
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()