Class Ifc2x3::IfcWorkControl¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcControl
(Class Ifc2x3::IfcControl)
Derived Types¶
public Ifc2x3::IfcWorkPlan
(Class Ifc2x3::IfcWorkPlan)public Ifc2x3::IfcWorkSchedule
(Class Ifc2x3::IfcWorkSchedule)
Class Documentation¶
-
class
Ifc2x3
::
IfcWorkControl
: public Ifc2x3::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 Ifc2x3::IfcWorkPlan, Ifc2x3::IfcWorkSchedule
Public Types
-
typedef IfcTemplatedEntityList<IfcWorkControl>
list
¶
Public Functions
-
std::string
Identifier
() const¶
-
void
setIdentifier
(std::string v)¶
-
::Ifc2x3::IfcDateTimeSelect *
CreationDate
() const¶ The date that the plan is created.
-
void
setCreationDate
(::Ifc2x3::IfcDateTimeSelect *v)¶
-
bool
hasCreators
() const¶ Whether the optional attribute Creators is defined for this IfcWorkControl.
-
IfcTemplatedEntityList<::Ifc2x3::IfcPerson>::ptr
Creators
() const¶ The authors of the work plan.
-
void
setCreators
(IfcTemplatedEntityList<::Ifc2x3::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.
-
double
Duration
() const¶ The total duration of the entire work schedule.
-
void
setDuration
(double v)¶
-
bool
hasTotalFloat
() const¶ Whether the optional attribute TotalFloat is defined for this IfcWorkControl.
-
double
TotalFloat
() const¶ The total time float of the entire work schedule.
-
void
setTotalFloat
(double v)¶
-
::Ifc2x3::IfcDateTimeSelect *
StartTime
() const¶ The start time of the schedule.
-
void
setStartTime
(::Ifc2x3::IfcDateTimeSelect *v)¶
-
bool
hasFinishTime
() const¶ Whether the optional attribute FinishTime is defined for this IfcWorkControl.
-
::Ifc2x3::IfcDateTimeSelect *
FinishTime
() const¶ The finish time of the schedule.
-
void
setFinishTime
(::Ifc2x3::IfcDateTimeSelect *v)¶
-
bool
hasWorkControlType
() const¶ Whether the optional attribute WorkControlType is defined for this IfcWorkControl.
-
::Ifc2x3::IfcWorkControlTypeEnum::Value
WorkControlType
() const¶
-
void
setWorkControlType
(::Ifc2x3::IfcWorkControlTypeEnum::Value v)¶
-
bool
hasUserDefinedControlType
() const¶ Whether the optional attribute UserDefinedControlType is defined for this IfcWorkControl.
-
std::string
UserDefinedControlType
() const¶
-
void
setUserDefinedControlType
(std::string v)¶
-
IfcWorkControl
(IfcEntityInstanceData *e)¶
-
IfcWorkControl
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, std::string v6_Identifier, ::Ifc2x3::IfcDateTimeSelect *v7_CreationDate, boost::optional<IfcTemplatedEntityList<::Ifc2x3::IfcPerson>::ptr> v8_Creators, boost::optional<std::string> v9_Purpose, boost::optional<double> v10_Duration, boost::optional<double> v11_TotalFloat, ::Ifc2x3::IfcDateTimeSelect *v12_StartTime, ::Ifc2x3::IfcDateTimeSelect *v13_FinishTime, boost::optional<::Ifc2x3::IfcWorkControlTypeEnum::Value> v14_WorkControlType, boost::optional<std::string> v15_UserDefinedControlType)¶
-
typedef IfcTemplatedEntityList<IfcWorkControl>