jist.minisim
Class hello

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

public class hello
extends java.lang.Object
implements JistAPI.Entity

Hello World of simulations.

Since:
JIST1.0
Version:
$Id: hello.java,v 1.7 2004/06/09 18:54:16 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Constructor Summary
hello()
           
 
Method Summary
static void main(java.lang.String[] args)
          Program entry point: show difference between Java and JiST execution models with a "hello world!"
 void myEvent()
          Hello event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

hello

public hello()
Method Detail

myEvent

public void myEvent()
Hello event.


main

public static void main(java.lang.String[] args)
Program entry point: show difference between Java and JiST execution models with a "hello world!" example.

Parameters:
args - command-line parameters