ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

IfcTimeSeries

2022-07-25 08:34:41  阅读:213  来源: 互联网

标签:IfcLabel series IfcDateTime IfcTimeSeries time data


IfcTimeSeries

实体定义

时间序列是一组带有时间戳的数据项。它允许在一段时间内收集数据的自然关联。时间序列可以是规则的,也可以是不规则的。在常规时间序列中,数据以预定义的间隔可预测地到达。在不规则时间序列中,一些或所有时间戳不遵循重复模式,不可预测的数据突发可能会到达未指定的时间点。

 

建筑物及其性能的建模涉及在一段时间内生成和记录的数据。这些数据涵盖范围很广,从天气数据到各种日程安排,从状态测量到报告,再到与时间相关的一切。它们在时间上的正确放置对于正确理解和使用它们至关重要,IfcTimeSeries子类型提供了适当的数据结构来容纳这些类型的数据。

 

IFC2x2中的新实体。

 

 

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcTimeSeries
1 Name IfcLabel [1:1] An unique name for the time series. X
2 Description IfcText [0:1] A text description of the data that the series represents. X
3 StartTime IfcDateTime [1:1] The start time of a time series. X
4 EndTime IfcDateTime [1:1] The end time of a time series. X
5 TimeSeriesDataType IfcTimeSeriesDataTypeEnum [1:1] The time series data type. X
6 DataOrigin IfcDataOriginEnum [1:1] The origin of a time series data. X
7 UserDefinedDataOrigin IfcLabel [0:1] Value of the data origin if DataOrigin attribute is USERDEFINED. X
8 Unit IfcUnit [0:1] The unit to be assigned to all values within the time series. Note that mixing units is not allowed. If the value is not given, the global unit for the type of IfcValue, as defined at IfcProject.UnitsInContext is used. X
  HasExternalReference IfcExternalReferenceRelationship
@RelatedResourceObjects
S[1:?] Reference to an external reference, e.g. library, classification, or document information, that is associated to the IfcTimeSeries. X
 

EXPRESS Specification

ENTITY IfcTimeSeries
 ABSTRACT SUPERTYPE OF(ONEOF(IfcIrregularTimeSeries, IfcRegularTimeSeries));
  Name : IfcLabel;
  Description : OPTIONAL IfcText;
  StartTime : IfcDateTime;
  EndTime : IfcDateTime;
  TimeSeriesDataType : IfcTimeSeriesDataTypeEnum;
  DataOrigin : IfcDataOriginEnum;
  UserDefinedDataOrigin : OPTIONAL IfcLabel;
  Unit : OPTIONAL IfcUnit;
 INVERSE
  HasExternalReference : SET [1:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
END_ENTITY;

 

 

 

 

 

 

 

 

######################

标签:IfcLabel,series,IfcDateTime,IfcTimeSeries,time,data
来源: https://www.cnblogs.com/herd/p/16516170.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有