avrora.monitors
Class TripTimeMonitor.PointToPointMon

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

protected class TripTimeMonitor.PointToPointMon
extends java.lang.Object
implements Monitor


Nested Class Summary
protected  class TripTimeMonitor.PointToPointMon.PTPProbe
           
 
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