org.blackbox.hypothesis
Class HSequence

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

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


Field Summary
 
Fields inherited from class org.blackbox.model.Hypothesis
curEvent
 
Constructor Summary
HSequence(java.lang.Object knowledge, Domain home, KnowledgeSource creator)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
abstract  java.lang.String getName()
          Name of this sequence.
 
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
 

Constructor Detail

HSequence

public HSequence(java.lang.Object knowledge,
                 Domain home,
                 KnowledgeSource creator)
Method Detail

getName

public abstract java.lang.String getName()
Name of this sequence.


compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable