Class Ifc2x3::IfcTimeSeriesSchedule¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcControl(Class Ifc2x3::IfcControl)
Class Documentation¶
-
class
Ifc2x3::IfcTimeSeriesSchedule: public Ifc2x3::IfcControl¶ Public Types
-
typedef IfcTemplatedEntityList<IfcTimeSeriesSchedule>
list¶
Public Functions
-
bool
hasApplicableDates() const¶ Whether the optional attribute ApplicableDates is defined for this IfcTimeSeriesSchedule.
-
IfcEntityList::ptr
ApplicableDates() const¶
-
void
setApplicableDates(IfcEntityList::ptr v)¶
-
::Ifc2x3::IfcTimeSeriesScheduleTypeEnum::Value
TimeSeriesScheduleType() const¶
-
void
setTimeSeriesScheduleType(::Ifc2x3::IfcTimeSeriesScheduleTypeEnum::Value v)¶
-
::Ifc2x3::IfcTimeSeries *
TimeSeries() const¶
-
void
setTimeSeries(::Ifc2x3::IfcTimeSeries *v)¶
-
IfcTimeSeriesSchedule(IfcEntityInstanceData *e)¶
-
IfcTimeSeriesSchedule(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, boost::optional<IfcEntityList::ptr> v6_ApplicableDates, ::Ifc2x3::IfcTimeSeriesScheduleTypeEnum::Value v7_TimeSeriesScheduleType, ::Ifc2x3::IfcTimeSeries *v8_TimeSeries)¶
-
typedef IfcTemplatedEntityList<IfcTimeSeriesSchedule>