flowsim.core
Class EventQueueElement

java.lang.Object
  |
  +--flowsim.core.EventQueueElement

public final class EventQueueElement
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object obj)
           
 void remove()
           
 void set_event(Event e)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

remove

public void remove()

set_event

public void set_event(Event e)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object