Uses of Class
com.amalgamasimulation.utils.time.BoundedTimeSeries
Packages that use BoundedTimeSeries
-
Uses of BoundedTimeSeries in com.amalgamasimulation.utils.time
Methods in com.amalgamasimulation.utils.time that return BoundedTimeSeriesModifier and TypeMethodDescriptionstatic BoundedTimeSeriesTimeSeries.of(TimeSeries timeSeriesInstance, double beginTime, double endTime) Returns a new instance ofBoundedTimeSeriesthat bounds an instance of the specified time series on the left and right along the time axis.static BoundedTimeSeriesTimeSeries.of(TimeSeries timeSeriesInstance, LocalDateTime beginDate, LocalDateTime endDate) Returns a new instance ofTimeSeriesthat bounds an instance of the specified time series on the left and right along the time axis.