Class Ifc2x3::IfcWorkSchedule

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcWorkSchedule : public Ifc2x3::IfcWorkControl

An IfcWorkSchedule represents a task schedule of a work plan, which in turn can contain a set of schedules for different purposes.

HISTORY: New Entity in IFC Release 2.0

Assignment Use Definition

An IfcWorkSchedule controls a set of tasks and resources defined through IfcRelAssignsToControl. Additionally, through the IfcWorkControl abstract supertype, the actors creating the schedule can be specified and schedule time information such as start time, finish time, and total float of the schedule can also be specified.

Declaration Use Definition

IfcWorkSchedule can reference a project (the single IfcProject instance) via IfcRelDeclares. The documents of the IfcWorkSchedule can be referenced by the IfcRelAssociatesDocuments relationship.

Composition Use Definition A work schedule can include other work schedules as sub-items through IfcRelNests relationship. If not included in another work schedule it might be a part of a work plan (IfcWorkPlan) defined through IfcRelAggregates relationship.

Figure 19 shows the backbone structure of a work schedule that defines (1) a context through IfcRelDeclares (not necessarily the project) and (2) controls tasks (typically the schedule summary task) and resources. Please note that a work calendar shall be assigned to the summary task and not the work schedule.

Figure 19 — Work schedule relationships

Public Types

typedef IfcTemplatedEntityList<IfcWorkSchedule> list

Public Functions

const IfcParse::entity &declaration() const
IfcWorkSchedule(IfcEntityInstanceData *e)
IfcWorkSchedule(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)

Public Static Functions

const IfcParse::entity &Class()