Class Ifc4x1::IfcIrregularTimeSeriesValue

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x1::IfcIrregularTimeSeriesValue : public IfcUtil::IfcBaseEntity

The IfcIrregularTimeSeriesValue describes a value (or set of values) at a particular time point.

HISTORY: New entity in IFC 2x2.

Public Functions

std::string TimeStamp() const

The specification of the time point.

void setTimeStamp(std::string v)
IfcEntityList::ptr ListValues() const

A list of time-series values. At least one value is required.

void setListValues(IfcEntityList::ptr v)
const IfcParse::entity &declaration() const
IfcIrregularTimeSeriesValue(IfcEntityInstanceData *e)
IfcIrregularTimeSeriesValue(std::string v1_TimeStamp, IfcEntityList::ptr v2_ListValues)

Public Static Functions

const IfcParse::entity &Class()