@IfcClass(layer=CORE, type=ENTITY) public class IfcTimeSeriesSchedule extends IfcControl
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDateTimeSelect |
applicableDates |
private IfcTimeSeries |
timeSeries |
private IfcTimeSeriesScheduleTypeEnum |
timeSeriesScheduleType |
stepNumber| 构造器和说明 |
|---|
IfcTimeSeriesSchedule(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
SET<IfcRelAssignsToControl> controls,
IfcDateTimeSelect applicableDates,
IfcTimeSeriesScheduleTypeEnum timeSeriesScheduleType,
IfcTimeSeries timeSeries) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcDateTimeSelect |
getApplicableDates() |
IfcTimeSeries |
getTimeSeries() |
IfcTimeSeriesScheduleTypeEnum |
getTimeSeriesScheduleType() |
void |
setApplicableDates(IfcDateTimeSelect applicableDates) |
void |
setTimeSeries(IfcTimeSeries timeSeries) |
void |
setTimeSeriesScheduleType(IfcTimeSeriesScheduleTypeEnum timeSeriesScheduleType) |
getControls, setControlsaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcDateTimeSelect applicableDates
private IfcTimeSeriesScheduleTypeEnum timeSeriesScheduleType
private IfcTimeSeries timeSeries
@IfcParserConstructor public IfcTimeSeriesSchedule(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, SET<IfcRelAssignsToControl> controls, IfcDateTimeSelect applicableDates, IfcTimeSeriesScheduleTypeEnum timeSeriesScheduleType, IfcTimeSeries timeSeries)
public IfcDateTimeSelect getApplicableDates()
public void setApplicableDates(IfcDateTimeSelect applicableDates)
public IfcTimeSeriesScheduleTypeEnum getTimeSeriesScheduleType()
public void setTimeSeriesScheduleType(IfcTimeSeriesScheduleTypeEnum timeSeriesScheduleType)
public IfcTimeSeries getTimeSeries()
public void setTimeSeries(IfcTimeSeries timeSeries)
Copyright © 2023. All rights reserved.