org.blackbox.shell
Class BBX_File
java.lang.Object
org.blackbox.model.Hypothesis
org.blackbox.hypothesis.HFile
org.blackbox.shell.BBX_File
- All Implemented Interfaces:
- ObservableEntity
public class BBX_File
- extends HFile
Methods inherited from class org.blackbox.model.Hypothesis |
addObserver, gainFocus, getDomainOrigin, getKnowledge, getKsCreator, loseFocus, notifyObservers, removeObserver, setDomainOrigin, setKnowledge, setKsCreator |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BBX_File
public BBX_File(java.lang.Object knowledge,
Domain home,
KnowledgeSource creator)
BBX_File
public BBX_File(Domain home,
KnowledgeSource creator,
java.lang.String path,
java.lang.String filename)
getFile
public java.lang.String getFile()
- Specified by:
getFile
in class HFile
- Returns:
- Returns the file.
setFile
public void setFile(java.lang.String file)
- Specified by:
setFile
in class HFile
- Parameters:
file
- The file to set.
getPath
public java.lang.String getPath()
- Specified by:
getPath
in class HFile
- Returns:
- Returns the path.
setPath
public void setPath(java.lang.String path)
- Specified by:
setPath
in class HFile
- Parameters:
path
- The path to set.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
clone
public java.lang.Object clone()
- Specified by:
clone
in class Hypothesis