Uses of Class
com.amalgamasimulation.utils.time.EventContainer
Packages that use EventContainer
-
Uses of EventContainer in com.amalgamasimulation.engine
Subclasses of EventContainer in com.amalgamasimulation.engineModifier and TypeClassDescriptionclassClass that takes one or several instances ofTimeSerieswith associated events of the specified arbitrary type and schedules the simulation events in the specifiedEngineat instants defined by these time series.Methods in com.amalgamasimulation.engine that return EventContainerModifier and TypeMethodDescriptionEngineEventContainer.addEvent(T event, TimeSeries timeSeries) EngineEventContainer.addEvents(List<Pair<T, TimeSeries>> events) -
Uses of EventContainer in com.amalgamasimulation.utils.time
Methods in com.amalgamasimulation.utils.time that return EventContainerModifier and TypeMethodDescriptionEventContainer.addEvent(T event, TimeSeries timeSeries) EventContainer.addEvents(List<Pair<T, TimeSeries>> events)