6.7 TimeSeriesParentage
Topic Version | 1 | Published | 11/11/2016 | ||
For Standard | COM v2.1 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
Indicates that a time series has the associated time series as a parent, i.e., that the series continues from the parent time series.
Name |
Type |
Notes |
---|---|---|
HasOverlap |
boolean |
Used to indicate that a time series overlaps with its parent time series, e.g., as may be done for simulation studies, where the end state of one calculation is the initial state of the next. |
Association |
Notes |
---|---|
From: TimeSeriesParentage.ParentTimeIndex To: TimeIndex Association |
Index of the first entry in the current time series, if it overlaps with the parent time series. Otherwise, the index of the last entry in the prior time series. |
From: TimeSeries.TimeSeriesParentage 0..1To: TimeSeriesParentage Association |