| Package | Description |
|---|---|
| org.smartrplace.tools.profiles | |
| org.smartrplace.tools.profiles.impl | |
| org.smartrplace.tools.profiles.utils |
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
protected void |
ProfileGenerationImpl.addTemplate(org.osgi.service.component.ComponentServiceObjects<ProfileTemplate> templateRef) |
static ProfileImpl |
SerializationUtils.deserialize(ProfileDTO dto,
ConcurrentMap<String,org.osgi.service.component.ComponentServiceObjects<ProfileTemplate>> templates) |
static ProfileImpl |
SerializationUtils.read(InputStream in,
ConcurrentMap<String,org.osgi.service.component.ComponentServiceObjects<ProfileTemplate>> templates) |
static ProfileImpl |
SerializationUtils.read(Reader in,
ConcurrentMap<String,org.osgi.service.component.ComponentServiceObjects<ProfileTemplate>> templates) |
protected void |
ProfileGenerationImpl.removeTemplate(org.osgi.service.component.ComponentServiceObjects<ProfileTemplate> templateRef) |
| 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.