Class Ifc4x2::IfcLagTime

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcLagTime : public Ifc4x2::IfcSchedulingTime

IfcLagTime describes the time parameters that may exist within a sequence relationship between two processes.

HISTORY: New entity in IFC Release 2x4.

Use Definitions

An IfcLagTime provides information about the time lag that exists between the predecessor and successor process in a sequence. The assertion of the time lag is optional for a sequence but for work schedules that specifically deal with processes occurring at particular times, it should be asserted.

A lag time has a duration type. This allows the identification of whether elapsed time or work time is being measured (where work time is the estimate of the time required to complete the process and elapsed time being the amount of time actually allocated to the process)

The form of measurement of the duration can be captured. Allowed values for this are MEASURED, PREDICTED or SIMULATED. The selection of this value depends on the use of the schedule. A NOTDEFINED value is also allowed.

The value of the time lag may be selected as being either a percentage ratio or an actual time measure. If selected as a ratio, the percentage should apply to the duration of the predecessor process (relating process) such that e.g. a value of 0.5 (50%) would indicate that the successor task should start when the predecessor task is 50% complete (if a START-START sequence type is used) or should wait for 50% of the duration of the predecessor process to have elapsed after the finish of the predecessor process in case of a FINISH-START sequence type.

The time unit for the task duration may also be set and this may be set to any allowed unit of time measure.

Public Types

typedef IfcTemplatedEntityList<IfcLagTime> list

Public Functions

::Ifc4x2::IfcTimeOrRatioSelect *LagValue() const

Value of the time lag selected as being either a ratio or a time measure.

void setLagValue(::Ifc4x2::IfcTimeOrRatioSelect *v)
::Ifc4x2::IfcTaskDurationEnum::Value DurationType() const

The allowed types of task duration that specify the lag time measurement (work time or elapsed time).

void setDurationType(::Ifc4x2::IfcTaskDurationEnum::Value v)
const IfcParse::entity &declaration() const
IfcLagTime(IfcEntityInstanceData *e)
IfcLagTime(boost::optional<std::string> v1_Name, boost::optional<::Ifc4x2::IfcDataOriginEnum::Value> v2_DataOrigin, boost::optional<std::string> v3_UserDefinedDataOrigin, ::Ifc4x2::IfcTimeOrRatioSelect *v4_LagValue, ::Ifc4x2::IfcTaskDurationEnum::Value v5_DurationType)

Public Static Functions

const IfcParse::entity &Class()