| Package | Description |
|---|---|
| org.smartrplace.tools.profiles | |
| org.smartrplace.tools.profiles.impl | |
| org.smartrplace.tools.profiles.utils |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,State> |
Profile.stateEndTimes() |
List<State> |
ProfileTemplate.states() |
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileGeneration.run(ProfileTemplate template,
Consumer<State> switchFunction,
NavigableMap<Long,State> stateDurations,
Map<DataPoint,Object> data,
State endState) |
| Modifier and Type | Method and Description |
|---|---|
default Profile |
ProfileGeneration.run(ProfileTemplate template,
Consumer<State> switchFunction,
NavigableMap<Long,State> stateDurations,
Map<DataPoint,Object> data) |
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) |
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 | Method and Description |
|---|---|
Profile |
ProfileGenerationImpl.run(ProfileTemplate template,
Consumer<State> switchFunction,
NavigableMap<Long,State> stateDurations,
Map<DataPoint,Object> data0,
State endState) |
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 |
StateImpl |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,State> |
ProfileImpl.stateEndTimes() |
| Constructor and Description |
|---|
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.