8.5.3.3 IfcIrregularTimeSeriesValue(不规则时间序列值)
8.5.3.3.1 语义定义(Semantic definition)
_IfcIrregularTimeSeriesValue_ 描述了在特定时间点的值(或值集合)。
8.5.3.3.2 实体继承(Entity inheritance)
8.5.3.3.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcIrregularTimeSeriesValue (2) | |||
| 1 | TimeStamp | IfcDateTime |
时间点的具体说明。 |
| 2 | ListValues | LIST [1:?] OF IfcValue |
时间序列值的列表。至少需要一个值。 |
8.5.3.3.4 形式化表示(Formal representation)
ENTITY IfcIrregularTimeSeriesValue;
TimeStamp : IfcDateTime;
ListValues : LIST [1:?] OF IfcValue;
END_ENTITY;