sir.sim
Class SimSIR.Event

java.lang.Object
  |
  +--sir.sim.SimSIR.Event
Enclosing class:
SimSIR

public class SimSIR.Event
extends java.lang.Object


Field Summary
 char type
          Event type
 int x
          Location of the event
 int y
          Location of the event
 
Constructor Summary
SimSIR.Event(int x, int y, double t, char type)
          Ordinary constructur
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x
Location of the event


y

public int y
Location of the event


type

public char type
Event type

Constructor Detail

SimSIR.Event

public SimSIR.Event(int x,
                    int y,
                    double t,
                    char type)
Ordinary constructur

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object