Class EndSimulation

java.lang.Object
  |
  +--Event
        |
        +--EndSimulation
All Implemented Interfaces:
Comparable

public class EndSimulation
extends Event

An event that indicates that a running simulation should end.

Version:
Mar 3, 2005
Author:
Zach Tomaszewski

Fields inherited from class Event
time
 
Constructor Summary
EndSimulation(int time)
           
 
Methods inherited from class Event
compareTo, equals, getTime, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndSimulation

public EndSimulation(int time)