Example #1
0
 /**
  * Initialize the lists used to record input data.
  *
  * @exception IllegalActionException If the parent class throws it.
  */
 public void initialize() throws IllegalActionException {
   super.initialize();
   _records = new LinkedList();
   _timeRecord = new LinkedList();
   _latest = null;
   _count = 0;
 }