ENTITY IfcProcess
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcProcess
ABSTRACT SUPERTYPE OF (ONEOF
(IfcProcedure
,IfcTask))
SUBTYPE OF (IfcObject);
INVERSE
OperatesOn : SET [0:?] OF IfcRelAssignsToProcess FOR RelatingProcess;
IsSuccessorFrom : SET [0:?] OF IfcRelSequence FOR RelatedProcess;
IsPredecessorTo : SET [0:?] OF IfcRelSequence FOR RelatingProcess;
END_ENTITY;
Explicit Attributes
Entity IfcProcess has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcProcess has the following local and inherited inverse attributes:
Supertypes
Entity IfcProcess inherits from the following supertypes:
IfcRoot
IfcObject
Subtypes
Entity IfcProcess has the following subtypes:
IfcMove
IfcOrderAction
IfcProcedure*
IfcTask*
* - Immediate Subtypes
Referenced By
Entity IfcProcess 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:55-04:00