|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnars.io.Record
public class Record
Inference log, which record input/output of each inference step
| Field Summary | |
|---|---|
private static boolean |
isReporting
whether to display |
private static java.io.PrintWriter |
logFile
the log file |
private static InferenceWindow |
window
the display window |
| Constructor Summary | |
|---|---|
Record()
|
|
| Method Summary | |
|---|---|
static void |
append(java.lang.String s)
Add new text to display |
static void |
closeLogFile()
Close the log file |
static void |
init()
Initialize the window and the file |
static boolean |
isLogging()
Check file logging |
static void |
openLogFile()
Open the log file |
static void |
play()
Begin the display |
static void |
show()
Show the window |
static void |
stop()
Stop the display |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static InferenceWindow window
private static boolean isReporting
private static java.io.PrintWriter logFile
| Constructor Detail |
|---|
public Record()
| Method Detail |
|---|
public static void init()
public static void show()
public static void play()
public static void stop()
public static void append(java.lang.String s)
s - The line to be displayedpublic static void openLogFile()
public static void closeLogFile()
public static boolean isLogging()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||