com.cogent
Class SimBSTExample

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

public class SimBSTExample
extends java.lang.Object
implements SimRunnable

A simulated Hello World.


Constructor Summary
SimBSTExample()
           
 
Method Summary
 int SimRunnableMain(SimPIM argPIM)
          This method fulfills the contract of the SimRunnable interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimBSTExample

public SimBSTExample()
Method Detail

SimRunnableMain

public int SimRunnableMain(SimPIM argPIM)
This method fulfills the contract of the SimRunnable interface. It returns an int to be hijacked

Specified by:
SimRunnableMain in interface SimRunnable
Parameters:
argPIM - a reference to the PIM this program is executing on