|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCoPS.FileWriter
This class handles the writing to a file of logged information during the problem solving process of a TR agent and the other agents the TR brings into this process.
Constructor Summary | |
FileWriter(java.lang.String file)
The constructur. |
Method Summary | |
void |
clear()
This method clears the file |
java.lang.String |
getFileName()
This method returns the file-name |
void |
write(java.lang.String text)
This method handles the writing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileWriter(java.lang.String file)
file
- the name of the file that should be written to.Method Detail |
public void write(java.lang.String text)
text
- the text that should be written to the file.public void clear()
public java.lang.String getFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |