Uses of Interface
eds.framework.IEventType
Packages that use IEventType
Package
Description
Core simulation framework that supports the MVC model layer.
MVC model layer of the application.
-
Uses of IEventType in eds.framework
Methods in eds.framework that return IEventTypeConstructors in eds.framework with parameters of type IEventTypeModifierConstructorDescriptionEvent(IEventType type, double time, ISimulationEntity entity) Creates a new Event.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. -
Uses of IEventType in eds.model
Classes in eds.model that implement IEventTypeModifier and TypeClassDescriptionenumEventType määrittelee simulaation mahdolliset tapahtumatyypit.