Class ProcessorEvent

java.lang.Object
   |
   +----SimEvent
           |
           +----ProcessorEvent

public class ProcessorEvent
extends SimEvent
Defines events that are to be sent to a Processor


Constructor Index

 o ProcessorEvent(Object, EventDestination, float, int)

Method Index

 o equals(Object)
Override this method to provide the type of equality you want the simulator to search for when using the removeEvent method
 o getPeId()

Constructors

 o ProcessorEvent
 public ProcessorEvent(Object f,
                       EventDestination t,
                       float ti,
                       int pe)

Methods

 o 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
 o getPeId
 public int getPeId()