pipe.modules.iai
Class SimulationClockWatcher

java.lang.Object
  extended by pipe.modules.iai.SimulationClockWatcher
All Implemented Interfaces:
Module

public class SimulationClockWatcher
extends java.lang.Object
implements Module


Constructor Summary
SimulationClockWatcher()
           
 
Method Summary
 java.lang.String getName()
           
 void onSimulate()
           
 void run(DataLayer pnmlData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationClockWatcher

public SimulationClockWatcher()
Method Detail

run

public void run(DataLayer pnmlData)
Specified by:
run in interface Module

getName

public java.lang.String getName()
Specified by:
getName in interface Module

onSimulate

public void onSimulate()