org.blackbox.hypothesis
Class HSetOf

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

public abstract class HSetOf
extends Hypothesis


Field Summary
 
Fields inherited from class org.blackbox.model.Hypothesis
curEvent
 
Constructor Summary
HSetOf(java.lang.Object knowledge, Domain home, KnowledgeSource creator)
           
 
Method Summary
abstract  java.util.List getList()
           
abstract  void setList(java.util.List l)
           
 
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
 

Constructor Detail

HSetOf

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

getList

public abstract java.util.List getList()
Returns:
Returns the file.

setList

public abstract void setList(java.util.List l)
Parameters:
file - The file to set.