| Package | Description |
|---|---|
| org.smartrplace.tools.profiles | |
| org.smartrplace.tools.profiles.impl | |
| org.smartrplace.tools.profiles.utils |
| Modifier and Type | Method and Description |
|---|---|
List<DataPoint> |
ProfileTemplate.contextData() |
default List<DataPoint> |
ProfileTemplate.derivedData() |
default Map<DataPoint,Object> |
ProfileTemplate.derivedData(Map<DataPoint,Object> primaryData,
Map<DataPoint,Object> contextData) |
Map<DataPoint,Object> |
Profile.getContextData() |
Map<DataPoint,Object> |
Profile.getDerivedData() |
Map<DataPoint,Object> |
Profile.getPrimaryData() |
List<DataPoint> |
ProfileTemplate.primaryData() |
| Modifier and Type | Method and Description |
|---|---|
org.ogema.core.model.simple.SingleValueResource |
ProfileData.getContextData(DataPoint dp) |
Object |
Profile.getContextData(DataPoint dp) |
Object |
Profile.getDerivedData(DataPoint dp) |
org.ogema.core.model.simple.SingleValueResource |
ProfileData.getPrimaryData(DataPoint dp) |
Object |
Profile.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
|
| Modifier and Type | Method and Description |
|---|---|
default Map<DataPoint,Object> |
ProfileTemplate.derivedData(Map<DataPoint,Object> primaryData,
Map<DataPoint,Object> contextData) |
default Map<DataPoint,Object> |
ProfileTemplate.derivedData(Map<DataPoint,Object> primaryData,
Map<DataPoint,Object> contextData) |
default Profile |
ProfileGeneration.run(ProfileTemplate template,
Consumer<State> switchFunction,
NavigableMap<Long,State> stateDurations,
Map<DataPoint,Object> data) |
Profile |
ProfileGeneration.run(ProfileTemplate template,
Consumer<State> switchFunction,
NavigableMap<Long,State> stateDurations,
Map<DataPoint,Object> data,
State endState) |
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileGenerationImpl.run(ProfileTemplate template,
Consumer<State> switchFunction,
NavigableMap<Long,State> stateDurations,
Map<DataPoint,Object> data0,
State endState) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataPointImpl |
| Modifier and Type | Method and Description |
|---|---|
Map<DataPoint,Object> |
ProfileImpl.getContextData() |
Map<DataPoint,Object> |
ProfileImpl.getDerivedData() |
Map<DataPoint,Object> |
ProfileImpl.getPrimaryData() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ProfileImpl.getContextData(DataPoint dp) |
Object |
ProfileImpl.getDerivedData(DataPoint dp) |
Object |
ProfileImpl.getPrimaryData(DataPoint dp) |
static boolean |
StandardDataPoints.isStartTime(DataPoint dp) |
| Constructor and Description |
|---|
ProfileImpl(String id,
Map<DataPoint,Object> primary,
Map<DataPoint,Object> context,
Map<DataPoint,Object> derived,
Map<Long,State> stateEndTimes,
ProfileTemplate template) |
ProfileImpl(String id,
Map<DataPoint,Object> primary,
Map<DataPoint,Object> context,
Map<DataPoint,Object> derived,
Map<Long,State> stateEndTimes,
ProfileTemplate template) |
ProfileImpl(String id,
Map<DataPoint,Object> primary,
Map<DataPoint,Object> context,
Map<DataPoint,Object> derived,
Map<Long,State> stateEndTimes,
ProfileTemplate template) |
Copyright © 2018–2019. All rights reserved.