com.cmpware.ide
Class MpModel.Go

java.lang.Object
  extended by java.util.TimerTask
      extended by com.cmpware.ide.MpModel.Go
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MpModel

 class MpModel.Go
extends java.util.TimerTask

This class steps the simulation using the Display.syncExec() method to run in the Eclipse IDE thread. It uses the Step class.


Constructor Summary
MpModel.Go()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MpModel.Go

MpModel.Go()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask