haifa.shopsim.fastkernel
Class EventQ.Event

java.lang.Object
  |
  +--haifa.shopsim.fastkernel.EventQ.Event
Enclosing class:
EventQ

class EventQ.Event
extends java.lang.Object

A node in the event Q. pnext points to null if this is the head of the queue. pprev points to null if this is the tail of the queue.


Field Summary
(package private)  int machineNumber
           
(package private)  EventQ.Event pnext
           
(package private)  EventQ.Event pprev
           
(package private)  double time
           
 
Constructor Summary
(package private) EventQ.Event(int machineNumber_, double time_)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

time

double time

machineNumber

int machineNumber

pnext

EventQ.Event pnext

pprev

EventQ.Event pprev
Constructor Detail

EventQ.Event

EventQ.Event(int machineNumber_,
             double time_)
Method Detail

toString

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