Class Ifc4x1::IfcSchedulingTime¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity(Class IfcBaseEntity)
Derived Types¶
public Ifc4x1::IfcEventTime(Class Ifc4x1::IfcEventTime)public Ifc4x1::IfcLagTime(Class Ifc4x1::IfcLagTime)public Ifc4x1::IfcResourceTime(Class Ifc4x1::IfcResourceTime)public Ifc4x1::IfcTaskTime(Class Ifc4x1::IfcTaskTime)public Ifc4x1::IfcWorkTime(Class Ifc4x1::IfcWorkTime)
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)¶
-
IfcSchedulingTime(IfcEntityInstanceData *e)¶
-
IfcSchedulingTime(boost::optional<std::string> v1_Name, boost::optional<::Ifc4x1::IfcDataOriginEnum::Value> v2_DataOrigin, boost::optional<std::string> v3_UserDefinedDataOrigin)¶
-
typedef IfcTemplatedEntityList<IfcSchedulingTime>