Uses of Interface
eds.framework.ISimulationEntity
Packages that use ISimulationEntity
Package
Description
Core simulation framework that supports the MVC model layer.
MVC model layer of the application.
-
Uses of ISimulationEntity in eds.framework
Methods in eds.framework that return ISimulationEntityModifier and TypeMethodDescriptionServicePoint.finishService()Completes service for the current simulation entity.Event.getEntity()Returns the simulation entity associated with this event.Methods in eds.framework with parameters of type ISimulationEntityModifier and TypeMethodDescriptionvoidServicePoint.add(ISimulationEntity entity) Adds a simulation entity to the service queue.Constructors in eds.framework with parameters of type ISimulationEntityModifierConstructorDescriptionEvent(IEventType type, double time, ISimulationEntity entity) Creates a new Event. -
Uses of ISimulationEntity in eds.model
Classes in eds.model that implement ISimulationEntity