public interface Profile
extends de.iwes.widgets.template.LabelledItem
| Modifier and Type | Method and Description |
|---|---|
Map<DataPoint,Object> |
getContextData() |
Object |
getContextData(DataPoint dp) |
Map<DataPoint,Object> |
getDerivedData() |
Object |
getDerivedData(DataPoint dp) |
Map<DataPoint,Object> |
getPrimaryData() |
Object |
getPrimaryData(DataPoint dp)
Allowed return values are
ReadOnlyTimeSeries if dp is of type DataPoint.DataType.TIME_SERIES
String if dp is of type DataPoint.DataType.STRING
Number if dp is of type DataPoint.DataType.SINGLE_VALUE
|
Map<Long,State> |
stateEndTimes() |
String |
templateId() |
Object getPrimaryData(DataPoint dp)
ReadOnlyTimeSeries if dp is of type DataPoint.DataType.TIME_SERIES
type DataPoint.DataType.STRING
type DataPoint.DataType.SINGLE_VALUE
dp - String templateId()
Copyright © 2018–2019. All rights reserved.