jist.minisim
Class donotrewrite

java.lang.Object
  extended by jist.minisim.donotrewrite
All Implemented Interfaces:
JistAPI.DoNotRewrite, JistAPI.Entity, JistAPI.Timeless

public class donotrewrite
extends java.lang.Object
implements JistAPI.Entity, JistAPI.DoNotRewrite

Hello World of simulations, but with rewritting DISABLED. In other words, none of the JiST API functions will work. They will throw exceptions.

Since:
JIST1.0
Version:
$Id: donotrewrite.java,v 1.2 2004/12/02 16:08:54 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Constructor Summary
donotrewrite()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void myEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

donotrewrite

public donotrewrite()
Method Detail

myEvent

public void myEvent()

main

public static void main(java.lang.String[] args)