avrora.monitors
Class SerialMonitor.Monitor

java.lang.Object
  extended byavrora.monitors.SerialMonitor.Monitor
All Implemented Interfaces:
Monitor
Enclosing class:
SerialMonitor

public class SerialMonitor.Monitor
extends java.lang.Object
implements Monitor

The SerialMonitor class is a monitor that connects the USART of a node to a socket that allows data to be read and written from the simulation.


Method Summary
 void report()
          The report() method is called after the simulation is complete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

report

public void report()
Description copied from interface: Monitor
The report() method is called after the simulation is complete. The monitor generates a textual or other format representation of the information collected during the execution of the program.

Specified by:
report in interface Monitor