Class ProcessorEvent
java.lang.Object
|
+----SimEvent
|
+----ProcessorEvent
- public class ProcessorEvent
- extends SimEvent
Defines events that are to be sent to a Processor
-
ProcessorEvent(Object, EventDestination, float, int)
-
-
equals(Object)
- Override this method to provide the type
of equality you want the simulator to
search for when using the removeEvent method
-
getPeId()
-
ProcessorEvent
public ProcessorEvent(Object f,
EventDestination t,
float ti,
int pe)
equals
public boolean equals(Object o)
- Override this method to provide the type
of equality you want the simulator to
search for when using the removeEvent method
- Overrides:
- equals in class SimEvent
getPeId
public int getPeId()