5.1.3.44 IfcRoot(根)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
5.1.3.44.1 语义定义(Semantic definition)
IfcRoot 是所有在 IFC 规范的内核或后续层中定义的实体定义的抽象根类。因此,它是除资源模式中定义的实体之外的所有 IFC 实体的共同超类型。所有 IfcRoot 的子类型的实体都可以独立使用,而资源模式中非 IfcRoot 子类型的实体不应作为独立实体。
5.1.3.44.2 实体继承(Entity inheritance)
5.1.3.44.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRoot (4) | |||
| 1 | GlobalId | IfcGloballyUniqueId |
在整个软件世界中分配全局唯一标识符。 |
| 2 | OwnerHistory | OPTIONAL IfcOwnerHistory |
分配有关该对象当前所有权的信息,包括所有者参与者、应用程序、本地标识以及捕获到的关于对象近期更改的信息。 |
| 3 | Name | OPTIONAL IfcLabel |
供参与的软件系统或用户使用的可选名称。对于某些 IfcRoot 的子类型,可能需要插入 Name 特性。这将通过 where 规则强制执行。 |
| 4 | Description | OPTIONAL IfcText |
可选的描述,用于提供信息性注释。 |
5.1.3.44.4 形式化命题(Formal propositions)
5.1.3.44.5 概念用法(Concept usage)
| 概念 | 用法 | 描述 |
|---|---|---|
| IfcRoot (2) | ||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
5.1.3.44.6 形式化表示(Formal representation)
ENTITY IfcRoot
ABSTRACT SUPERTYPE OF (ONEOF
(IfcObjectDefinition
,IfcPropertyDefinition
,IfcRelationship));
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcOwnerHistory;
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
UNIQUE
UR1 : GlobalId;
END_ENTITY;