Class ArrivalEventPropagator
java.lang.Object
com.assemblyrobot.simulator.system.utils.ArrivalEventPropagator
public class ArrivalEventPropagator
extends java.lang.Object
Propagates
EventType.ARRIVAL
events to the Engine
event queue.-
Constructor Summary
Constructors Constructor Description ArrivalEventPropagator()
-
Method Summary
Modifier and Type Method Description void
feedNext()
Schedules nextEvent
for theEventQueue
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrivalEventPropagator
public ArrivalEventPropagator()
-
-
Method Details
-
feedNext
public void feedNext()Schedules nextEvent
for theEventQueue
.
-