com.cogent.events
Class SimProcessingElementFinishedEvent

java.lang.Object
  |
  +--com.cogent.events.SimEvent
        |
        +--com.cogent.events.SimNullEvent
              |
              +--com.cogent.events.SimProcessingElementFinishedEvent

public class SimProcessingElementFinishedEvent
extends SimNullEvent

Simulator (packetless) event that indicates a processing element is done with its workload and has sent all messages that it needs to.


Field Summary
protected  SimProcessingElement myProcessingElement
           
 
Fields inherited from class com.cogent.events.SimEvent
myCreationTime
 
Constructor Summary
SimProcessingElementFinishedEvent(long argTime, SimProcessingElement argPE)
           
 
Method Summary
 SimProcessingElement getProcessingElement()
           
 
Methods inherited from class com.cogent.events.SimEvent
getCreationTime, setCreationTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myProcessingElement

protected SimProcessingElement myProcessingElement
Constructor Detail

SimProcessingElementFinishedEvent

public SimProcessingElementFinishedEvent(long argTime,
                                         SimProcessingElement argPE)
Method Detail

getProcessingElement

public SimProcessingElement getProcessingElement()