IrregularTimePoint
Class Description
TimePoints for a schedule where the time between the points varies.
Attributes
Name | Type | Description |
---|---|---|
time | Seconds | The time is relative to the schedule starting time. |
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
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
IrregularTimePoint | 1..* | IrregularIntervalSchedule | 1 | TimePoints | The point data values that define a curve. | IntervalSchedule | An IrregularTimePoint belongs to an IrregularIntervalSchedule. |