Class Ifc4x3_rc1::IfcWorkControl¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcControl
(Class Ifc4x3_rc1::IfcControl)
Derived Types¶
public Ifc4x3_rc1::IfcWorkPlan
(Class Ifc4x3_rc1::IfcWorkPlan)public Ifc4x3_rc1::IfcWorkSchedule
(Class Ifc4x3_rc1::IfcWorkSchedule)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcWorkControl
: public Ifc4x3_rc1::IfcControl¶ An IfcWorkControl is an abstract supertype which captures information that is common to both IfcWorkPlan and IfcWorkSchedule.
HISTORY New class in IFC 2x
CHANGE IFC2x4 Corrected assignment of resources to work control in documentation. Assignment of tasks to work control updated based on changes of task time definitions and the introduction of a summary task. Identifier has been renamed (now Identification) and promoted to supertype IfcControl
A work control may have resources assigned to it, this is handled by the IfcRelAssignsToControl relationship. A work control should also define a context that gives further information about its usage. If no special context information is required then the IfcProject instance as a global context should be used instead. An explicit link between the work control and the IfcProject via IfcRelDeclares should then be provided.
From IFC2x4 onwards the assignment of tasks to the work control is handled by the IfcRelAssignsToControl relationship. IfcRelAssignsTasks as used in previous IFC releases has been deleted and can not be used any longer. Another change in IFC2x4 is that it is not necessary to assign each task to a work control as it is regarded to be sufficient if the summary task (root task in the task hierarchy defined through IfcRelNests relationships) is assigned to a work control.
The attribute IfcWorkControl.Purpose is used to define the purpose of either a work schedule or a work plan. In the case of IfcWorkPlan, the purpose attribute can be used to determine if the work plan is for cost estimating, task scheduling or some other defined purpose.
Property set use definition
The property sets relating to the IfcWorkControl are defined by IfcPropertySet and attached by the IfcRelDefinesByProperties relationship. It is accessible by the inverse IsDefinedBy relationship. The following property set definition specific to the IfcWorkControl and its subtype are part of this IFC release:
Pset_WorkControlCommon: common property set for work control
Subclassed by Ifc4x3_rc1::IfcWorkPlan, Ifc4x3_rc1::IfcWorkSchedule
Public Types
-
typedef IfcTemplatedEntityList<IfcWorkControl>
list
¶
Public Functions
-
std::string
CreationDate
() const¶ The date that the plan is created.
-
void
setCreationDate
(std::string v)¶
-
bool
hasCreators
() const¶ Whether the optional attribute Creators is defined for this IfcWorkControl.
-
IfcTemplatedEntityList<::Ifc4x3_rc1::IfcPerson>::ptr
Creators
() const¶ The authors of the work plan.
-
void
setCreators
(IfcTemplatedEntityList<::Ifc4x3_rc1::IfcPerson>::ptr v)¶
-
bool
hasPurpose
() const¶ Whether the optional attribute Purpose is defined for this IfcWorkControl.
-
std::string
Purpose
() const¶ A description of the purpose of the work schedule.
-
void
setPurpose
(std::string v)¶
-
bool
hasDuration
() const¶ Whether the optional attribute Duration is defined for this IfcWorkControl.
-
std::string
Duration
() const¶ The total duration of the entire work schedule.
-
void
setDuration
(std::string v)¶
-
bool
hasTotalFloat
() const¶ Whether the optional attribute TotalFloat is defined for this IfcWorkControl.
-
std::string
TotalFloat
() const¶ The total time float of the entire work schedule.
-
void
setTotalFloat
(std::string v)¶
-
std::string
StartTime
() const¶ The start time of the schedule.
-
void
setStartTime
(std::string v)¶
-
bool
hasFinishTime
() const¶ Whether the optional attribute FinishTime is defined for this IfcWorkControl.
-
std::string
FinishTime
() const¶ The finish time of the schedule.
-
void
setFinishTime
(std::string v)¶
-
IfcWorkControl
(IfcEntityInstanceData *e)¶
-
IfcWorkControl
(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, boost::optional<std::string> v6_Identification, std::string v7_CreationDate, boost::optional<IfcTemplatedEntityList<::Ifc4x3_rc1::IfcPerson>::ptr> v8_Creators, boost::optional<std::string> v9_Purpose, boost::optional<std::string> v10_Duration, boost::optional<std::string> v11_TotalFloat, std::string v12_StartTime, boost::optional<std::string> v13_FinishTime)¶
-
typedef IfcTemplatedEntityList<IfcWorkControl>