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.


Variable Index

 o count
 o lin

Constructor Index

 o KqmlLogReader()

Method Index

 o messageDelta_t(List)
A utility for getting the :delta-t property of a message.
 o newInstance(String)
A factory method that returns an instance of an appropriate subclass of KqmlLogReader.
 o nextMessage()
nextMessage() returns the next message (as a List), or Lisp.EOF if the end of the log file has been reached.

Variables

 o lin
 protected LispReader lin
 o count
 protected int count

Constructors

 o KqmlLogReader
 public KqmlLogReader()

Methods

 o 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.

 o newInstance
 public static KqmlLogReader newInstance(String filename) throws FileNotFoundException
A factory method that returns an instance of an appropriate subclass of KqmlLogReader.

 o 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