Uses of Class
ons.Event
-
Uses of Event in ons
Subclasses of Event in ons Modifier and Type Class Description class
BatchArrivalEvent
Methods to treat the incoming of a Batch object.class
BatchDepartureEvent
Methods to treat the outgoing of a Flow object.class
BulkDataArrivalEvent
Methods to treat the incoming of a BulkData object.class
BulkDepartureEvent
Methods to treat the outgoing of a Flow object.class
FlowArrivalEvent
Methods to treat the incoming of a Flow object.class
FlowDepartureEvent
Methods to treat the outgoing of a Flow object.class
OrdinaryEvent
Methods to treat the outgoing of a Flow object.Methods in ons that return Event Modifier and Type Method Description Event
EventScheduler. popEvent()
Retrieves and removes the first event from the eventQueue.Methods in ons with parameters of type Event Modifier and Type Method Description boolean
EventScheduler. addEvent(Event event)
Adds a given event to the eventQueue.protected void
MyStatistics. addEvent(Event event, int availableTransponders)
Adds an event to the statistics.protected void
MyStatistics. addEvent(Event event, int availableSlots, int availableTransponders, double frag)
protected void
MyStatistics. addOrdinaryEvent(Event event)
void
ControlPlane. newEvent(Event event)
Deals with an Event from the event queue.