Package com.amalgamasimulation.core.scheduling
package com.amalgamasimulation.core.scheduling
-
ClassDescriptionIterator that combines several iterators over time intervals (instances of
Interval
class) and iterates over the intersection of time intervals, one from each iterator in the list of iterators provided.Iterator that combines several list iterators over time intervals (instances ofInterval
class) and iterates over the intersection of time intervals, one from each iterator in the list of iterators provided.Class representing a (possibly infinite) gap between at most two slots in aSequence
.Class that determines the time intervals when the value of table function is equal to or greater than the specified value.Deprecated.Class representing a sequence of slots (subclasses ofSlot
class).Class representing a (possibly infinite) slot in statistical data or schedule for some object being planned and/or simulated.Class representing an interval on a time axis.
PiecewiseFunction
instead.