All Packages Class Hierarchy This Package Previous Next Index
Class oplan.acp3.KqmlLogReader
java.lang.Object
|
+----oplan.acp3.KqmlLogReader
- public abstract class KqmlLogReader
- extends Object
- implements KqmlSymbols
A KqmlLogReader can be used to read messages (in list form) from a
KQML log file.
-
count
-
-
lin
-
-
KqmlLogReader()
-
-
messageDelta_t(List)
- A utility for getting the :delta-t property of a message.
-
newInstance(String)
- A factory method that returns an instance of an appropriate
subclass of KqmlLogReader.
-
nextMessage()
- nextMessage() returns the next message (as a List), or Lisp.EOF
if the end of the log file has been reached.
lin
protected LispReader lin
count
protected int count
KqmlLogReader
public KqmlLogReader()
nextMessage
public abstract Object nextMessage()
- nextMessage() returns the next message (as a List), or Lisp.EOF
if the end of the log file has been reached.
newInstance
public static KqmlLogReader newInstance(String filename) throws FileNotFoundException
- A factory method that returns an instance of an appropriate
subclass of KqmlLogReader.
messageDelta_t
public static long messageDelta_t(List message)
- A utility for getting the :delta-t property of a message.
All Packages Class Hierarchy This Package Previous Next Index