Static
defaultStatic
boundsrepresents the (inclusive) lower bound of the time interval
represents the (inclusive) upper bound of the time interval
Static
justRepresents a precise time point at a defined offset (default: 1 microseconds, can be modified) from the start or end of a window. Equivalent to TimingConstraint.singleton(windowProperty).plus(TimingConstraint.defaultPadding)
either WindowProperty.START or WindowProperty.END
Static
justRepresents a precise time point at a defined offset (default: -1 microseconds, can be modified) from the start or end of a window. Equivalent to TimingConstraint.singleton(windowProperty).minus(TimingConstraint.defaultPadding)
either WindowProperty.START or WindowProperty.END
Static
rangeThe range timing constraint represents a range of acceptable times relative to either the start or end of the window. The range will be between the window "anchor" and the new point defined by the operator and the offset.
either WindowProperty.START or WindowProperty.END
either Operator.PLUS or Operator.MINUS
the duration offset
Static
singletonThe singleton timing constraint represents a precise time point at some offset from either the start or end of a window.
either WindowProperty.START or WindowProperty.END
Generated using TypeDoc
The bound timing constraint is used to represent time intervals used to define temporal constraints between goals (e.g. A before[lowerbound, upperbound] B) .