Class TimeIndefinite


  • public class TimeIndefinite
    extends TimeBase
    This represents the indefinite (infinite) amount of time.
    • Constructor Detail

      • TimeIndefinite

        public TimeIndefinite()
        Creates a new instance of TimeDiscrete
    • Method Detail

      • evalTime

        public double evalTime()
        Description copied from class: TimeBase
        Calculates the (greater than or equal to 0) time in seconds this time represents. If the time cannot be determined, returns Double.NaN. If this represents an infinte amount of time, returns Double.POSITIVE_INFINITY.
        Specified by:
        evalTime in class TimeBase