ENTITY IfcTask
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcTask
SUPERTYPE OF (ONEOF
(IfcMove
,IfcOrderAction))
SUBTYPE OF (IfcProcess);
TaskId : IfcIdentifier;
Status : OPTIONAL IfcLabel;
WorkMethod : OPTIONAL IfcLabel;
IsMilestone : BOOLEAN;
Priority : OPTIONAL INTEGER;
WHERE
WR1 : SIZEOF(QUERY(temp <* SELF\IfcObject.Decomposes | NOT('IFC2X2_FINAL.IFCRELNESTS' IN TYPEOF(temp)))) = 0;
WR2 : SIZEOF(QUERY(temp <* SELF\IfcObject.IsDecomposedBy | NOT('IFC2X2_FINAL.IFCRELNESTS' IN TYPEOF(temp)))) = 0;
WR3 : EXISTS(SELF\IfcRoot.Name);
END_ENTITY;
Explicit Attributes
Entity IfcTask has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcTask has the following local and inherited inverse attributes:
Supertypes
Entity IfcTask inherits from the following supertypes:
IfcRoot
IfcObject
IfcProcess
Subtypes
Entity IfcTask has the following subtypes:
IfcMove*
IfcOrderAction*
* - Immediate Subtypes
Referenced By
Entity IfcTask and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:56-04:00