Class Ifc4x1::IfcSchedulingTime

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class Ifc4x1::IfcSchedulingTime : public IfcUtil::IfcBaseEntity

IfcSchedulingTime is the abstract supertype of entities that capture time-related information of processes.

HISTORY: New entity in IFC2x4.

Subclassed by Ifc4x1::IfcEventTime, Ifc4x1::IfcLagTime, Ifc4x1::IfcResourceTime, Ifc4x1::IfcTaskTime, Ifc4x1::IfcWorkTime

Public Types

typedef IfcTemplatedEntityList<IfcSchedulingTime> list

Public Functions

bool hasName() const

Whether the optional attribute Name is defined for this IfcSchedulingTime.

std::string Name() const

Optional name for the time definition.

void setName(std::string v)
bool hasDataOrigin() const

Whether the optional attribute DataOrigin is defined for this IfcSchedulingTime.

::Ifc4x1::IfcDataOriginEnum::Value DataOrigin() const

Specifies the origin of the scheduling time entity. It currently differentiates between predicted, simulated, measured, and user defined values.

void setDataOrigin(::Ifc4x1::IfcDataOriginEnum::Value v)
bool hasUserDefinedDataOrigin() const

Whether the optional attribute UserDefinedDataOrigin is defined for this IfcSchedulingTime.

std::string UserDefinedDataOrigin() const

Value of the data origin if DataOrigin attribute is USERDEFINED.

void setUserDefinedDataOrigin(std::string v)
const IfcParse::entity &declaration() const
IfcSchedulingTime(IfcEntityInstanceData *e)
IfcSchedulingTime(boost::optional<std::string> v1_Name, boost::optional<::Ifc4x1::IfcDataOriginEnum::Value> v2_DataOrigin, boost::optional<std::string> v3_UserDefinedDataOrigin)

Public Static Functions

const IfcParse::entity &Class()