Class Sim

java.lang.Object
  |
  +--Sim

public class Sim
extends java.lang.Object

Class Sim in evap
Shows state management in a simulation Creates the User and Channel objects and steps them in a loop.

Version:
1.0
Author:
RP Futrelle

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

Constructor Detail

Sim

public Sim()
Method Detail

main

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