Package com.amalgamasimulation.core.scheduling


package com.amalgamasimulation.core.scheduling
  • Class
    Description
    Iterator 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 of Interval class) and iterates over the intersection of time intervals, one from each iterator in the list of iterators provided.
    Gap<T extends Slot>
    Class representing a (possibly infinite) gap between at most two slots in a Sequence.
    Class that determines the time intervals when the value of table function is equal to or greater than the specified value.
    An iterator that partitions a specified interval into sub-intervals based on boundary points from multiple interval sets and returns for each sub-interval the set of values whose intervals overlap with it within a specified containing interval set.
    Represents an overlay result containing an interval and the set of values whose intervals overlap with it.
    Deprecated.
    Use PiecewiseFunction instead.
    Sequence<T extends Slot>
    Class representing a sequence of slots (subclasses of Slot 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.