|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blackbox.test.SimpleInterval
public class SimpleInterval
Convenient class for debuging / dev.
Constructor Summary | |
---|---|
SimpleInterval()
|
|
SimpleInterval(int frame)
|
|
SimpleInterval(Interval parent)
|
|
SimpleInterval(int from,
int to)
|
Method Summary | |
---|---|
int |
getFrame()
Frame of this interval. |
int |
getLength()
Retourne la taille de cet intervalle. |
int |
getMax()
Retourne la plus grande des deux coordonnees. |
int |
getMin()
Retourne la plus petite des deux coordonnees. |
boolean |
getStrand()
Strand holding this interval. |
boolean |
isFramed()
Return true if this interval is framed. |
java.lang.String |
seqString()
String representation for this interval. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleInterval(Interval parent)
public SimpleInterval(int from, int to)
public SimpleInterval()
public SimpleInterval(int frame)
Method Detail |
---|
public int getMax()
Interval
getMax
in interface Interval
public int getMin()
Interval
getMin
in interface Interval
public int getLength()
Interval
getLength
in interface Interval
public java.lang.String seqString()
Interval
seqString
in interface Interval
public int getFrame()
Interval
getFrame
in interface Interval
public boolean getStrand()
Interval
getStrand
in interface Interval
public boolean isFramed()
Interval
isFramed
in interface Interval
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |