org.blackbox.hypothesis
Class HFile

java.lang.Object
  extended by org.blackbox.model.Hypothesis
      extended by org.blackbox.hypothesis.HFile
All Implemented Interfaces:
ObservableEntity
Direct Known Subclasses:
BBX_File

public abstract class HFile
extends Hypothesis


Field Summary
 
Fields inherited from class org.blackbox.model.Hypothesis
curEvent
 
Constructor Summary
HFile(java.lang.Object knowledge, Domain home, KnowledgeSource creator)
           
 
Method Summary
abstract  java.lang.String getFile()
           
abstract  java.lang.String getPath()
           
abstract  void setFile(java.lang.String file)
           
abstract  void setPath(java.lang.String path)
           
 
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

HFile

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

getFile

public abstract java.lang.String getFile()
Returns:
Returns the file.

setFile

public abstract void setFile(java.lang.String file)
Parameters:
file - The file to set.

getPath

public abstract java.lang.String getPath()
Returns:
Returns the path.

setPath

public abstract void setPath(java.lang.String path)
Parameters:
path - The path to set.