org.blackbox.hypothesis
Class HSimpleInterval

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

public abstract class HSimpleInterval
extends Hypothesis
implements Interval, java.lang.Comparable


Field Summary
 
Fields inherited from class org.blackbox.model.Hypothesis
curEvent
 
Constructor Summary
HSimpleInterval(java.lang.Object knowledge, Domain home, KnowledgeSource creator)
           
 
Method Summary
 
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

HSimpleInterval

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