org.blackbox.hypothesis
Class HSetOfInterval

java.lang.Object
  extended by org.blackbox.model.Hypothesis
      extended by org.blackbox.hypothesis.HSetOf
          extended by org.blackbox.hypothesis.HSetOfInterval
All Implemented Interfaces:
java.lang.Comparable, Interval, ObservableEntity
Direct Known Subclasses:
BBX_SetOfInterval

public abstract class HSetOfInterval
extends HSetOf
implements Interval, java.lang.Comparable


Field Summary
 
Fields inherited from class org.blackbox.model.Hypothesis
curEvent
 
Constructor Summary
HSetOfInterval(java.lang.Object knowledge, Domain home, KnowledgeSource creator)
           
 
Method Summary
 
Methods inherited from class org.blackbox.hypothesis.HSetOf
getList, setList
 
Methods inherited from class org.blackbox.model.Hypothesis
addObserver, clone, 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
 
Methods inherited from interface org.blackbox.model.Interval
getFrame, getLength, getMax, getMin, getStrand, isFramed, seqString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

HSetOfInterval

public HSetOfInterval(java.lang.Object knowledge,
                      Domain home,
                      KnowledgeSource creator)