Uses of Class
eds.framework.EventList
Packages that use EventList
-
Uses of EventList in eds.framework
Fields in eds.framework declared as EventListConstructors in eds.framework with parameters of type EventListModifierConstructorDescriptionArrivalProcess(ContinuousGenerator arrivalGenerator, EventList eventList, EventType type, DiscreteGenerator sideGenerator, DiscreteGenerator typeGenerator, ContinuousGenerator priceGenerator, DiscreteGenerator sizeGenerator) ArrivalProcess(ContinuousGenerator arrivalGenerator, EventList eventList, EventType type, DiscreteGenerator sideGenerator, DiscreteGenerator typeGenerator, ContinuousGenerator priceGenerator, DiscreteGenerator sizeGenerator, double initialMidPrice, double tickSize) ServicePoint(double meanServiceTime, EventList eventList, IEventType completionType) Creates a ServicePoint using an exponential distribution with the given mean service time.ServicePoint(Negexp generator, EventList eventList, IEventType completionType) Creates a ServicePoint with an externally provided service time generator.