zoukankan      html  css  js  c++  java
  • IfcEvent

    IfcEvent是触发操作或响应的事件。
    IFC4中增加的新实体

    IfcEvent用于捕获有关发生或可能发生的特定事情的信息。特别是在工作计划(或流程图)中使用,它们标识了一个点,例如,包含信息的消息可以在该点发出,或者在该点调用规则或约束。

    Attribute definitions

    #AttributeTypeCardinalityDescriptionC
    8 PredefinedType IfcEventTypeEnum [0:1] Identifies the predefined types of an event from which the type required may be set. X
    9 EventTriggerType IfcEventTriggerTypeEnum [0:1] Identifies the predefined types of event trigger from which the type required may be set. X
    10 UserDefinedEventTriggerType IfcLabel [0:1] A user defined event trigger type, the value of which is asserted when the value of an event trigger type is declared as USERDEFINED. X
    11 EventOccurenceTime IfcEventTime [0:1] The date and/or time at which an event occurs. X

    Formal Propositions

    RuleDescription
    CorrectPredefinedType Either the PredefinedType attribute is unset, or the inherited attribute ObjectType must be asserted when the value of PredefinedType is set to USERDEFINED.
    CorrectTypeAssigned Either the EventTriggerType attribute is unset, or the attribute UserDefinedEventTriggerType must be asserted when the value of EventTriggerType is set to USERDEFINED.
     

  • 相关阅读:
    PHP获取指定的时间戳
    Elasticsearch
    git有用基本指令
    php中的json_decode
    有用的sql积累
    git submodule使用原理
    mysql重复插入时insert更改为update更新操作
    jpm
    awk 语句
    tomcat 发布简单的html网站
  • 原文地址:https://www.cnblogs.com/herd/p/12733338.html
Copyright © 2011-2022 走看看