com.cogent
Interface SimRunnable

All Known Implementing Classes:
SimHelloWorld

public interface SimRunnable

This interface represents a program that can be run on a PIM. Code goes inside the run method and will be counted for instrumentation purposes as hardware instructions. Calls can also be made to the native PIM instructions.


Method Summary
 void run()
          Implement this method to define a program
 

Method Detail

run

public void run()
Implement this method to define a program