|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blackbox.model.Hypothesis
org.blackbox.hypothesis.HSetOf
org.blackbox.hypothesis.HSetOfInterval
org.blackbox.shell.BBX_SetOfInterval
public class BBX_SetOfInterval
Field Summary |
---|
Fields inherited from class org.blackbox.model.Hypothesis |
---|
curEvent |
Constructor Summary | |
---|---|
BBX_SetOfInterval(java.lang.Object knowledge,
Domain home,
KnowledgeSource creator)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
compareTo(java.lang.Object o)
|
int |
getFrame()
Frame of this interval. |
int |
getLength()
Retourne la taille de cet intervalle. |
java.util.List |
getList()
|
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. |
void |
setList(java.util.List lst)
|
void |
setStrand(boolean b)
|
Methods inherited from class org.blackbox.model.Hypothesis |
---|
addObserver, gainFocus, getDomainOrigin, getKnowledge, getKsCreator, loseFocus, notifyObservers, removeObserver, setDomainOrigin, setKnowledge, setKsCreator |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BBX_SetOfInterval(java.lang.Object knowledge, Domain home, KnowledgeSource creator)
Method Detail |
---|
public java.util.List getList()
getList
in class HSetOf
public void setList(java.util.List lst)
setList
in class HSetOf
public int getMax()
Interval
public int getMin()
Interval
public int getLength()
Interval
public java.lang.String seqString()
Interval
public int getFrame()
Interval
public boolean getStrand()
Interval
public void setStrand(boolean b)
public boolean isFramed()
Interval
public int compareTo(java.lang.Object o)
public java.lang.Object clone()
clone
in class Hypothesis
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |