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