Package com.amalgamasimulation.core.scheduling


package com.amalgamasimulation.core.scheduling
  • Classes
    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.
    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.