Class Description

Time point for a schedule where the time between the consecutive points is constant.

Attributes

Name Type Description
sequenceNumber Integer The position of the regular time point in the sequence. Note that time points don’t have to be sequential, i.e. time points may be omitted. The actual time for a RegularTimePoint is computed by multiplying the associated regular interval schedule’s time step with the regular time point sequence number and adding the associated schedules start time. To specify values for the start time, use sequence number 0. The sequence number cannot be negative.
value1 Float The first value at the time. The meaning of the value is defined by the derived type of the associated schedule.
value2 Float The second value at the time. The meaning of the value is defined by the derived type of the associated schedule.

Relationships

Inherits from

  • None

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
RegularIntervalSchedule 1 RegularTimePoint 1..* IntervalSchedule Regular interval schedule containing this time point. TimePoints The regular interval time point data values that define this schedule.