com.cogent
Class SimHelloWorld

java.lang.Object
  |
  +--com.cogent.SimHelloWorld
All Implemented Interfaces:
SimRunnable

public class SimHelloWorld
extends java.lang.Object
implements SimRunnable

A simulated Hello World.


Constructor Summary
SimHelloWorld()
           
 
Method Summary
 void run()
          Implement this method to define a program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimHelloWorld

public SimHelloWorld()
Method Detail

run

public void run()
Description copied from interface: SimRunnable
Implement this method to define a program

Specified by:
run in interface SimRunnable