A profile of any type; a function from time to any value representable by JSON.

All profiles can be represented as Discrete, even Real profiles. Keep in mind that treating real profiles as discrete will lose access to the ordering operators (>, <, >=, <=). In most cases it is better not to do this.

Type Parameters

  • Schema

Hierarchy

  • Discrete

Methods

  • Produce an instantaneous window whenever this profile makes a specific transition.

    Parameters

    • from: Schema

      initial value

    • to: Schema

      final value

    Returns Windows

Generated using TypeDoc