public interface IfcRegularTimeSeries extends IfcTimeSeries
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getTimeStep()
Returns the value of the 'Time Step' attribute.
|
String |
getTimeStepAsString()
Returns the value of the 'Time Step As String' attribute.
|
org.eclipse.emf.common.util.EList<IfcTimeSeriesValue> |
getValues()
Returns the value of the 'Values' reference list.
|
void |
setTimeStep(double value)
Sets the value of the '
Time Step' attribute. |
void |
setTimeStepAsString(String value)
Sets the value of the '
Time Step As String' attribute. |
getDataOrigin, getDescription, getDocumentedBy, getEndTime, getName, getStartTime, getTimeSeriesDataType, getUnit, getUserDefinedDataOrigin, isSetDescription, isSetDocumentedBy, isSetUnit, isSetUserDefinedDataOrigin, setDataOrigin, setDescription, setEndTime, setName, setStartTime, setTimeSeriesDataType, setUnit, setUserDefinedDataOrigin, unsetDescription, unsetDocumentedBy, unsetUnit, unsetUserDefinedDataOriginforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getTimeStep()
If the meaning of the 'Time Step' attribute isn't clear, there really should be more of a description here...
setTimeStep(double),
Ifc2x3tc1Package.getIfcRegularTimeSeries_TimeStep()void setTimeStep(double value)
Time Step' attribute.
value - the new value of the 'Time Step' attribute.getTimeStep()String getTimeStepAsString()
If the meaning of the 'Time Step As String' attribute isn't clear, there really should be more of a description here...
setTimeStepAsString(String),
Ifc2x3tc1Package.getIfcRegularTimeSeries_TimeStepAsString()void setTimeStepAsString(String value)
Time Step As String' attribute.
value - the new value of the 'Time Step As String' attribute.getTimeStepAsString()org.eclipse.emf.common.util.EList<IfcTimeSeriesValue> getValues()
IfcTimeSeriesValue.
If the meaning of the 'Values' reference list isn't clear, there really should be more of a description here...
Ifc2x3tc1Package.getIfcRegularTimeSeries_Values()Copyright © 2018 OpenSource BIM. All rights reserved.