| Package | Description |
|---|---|
| com.bitplan.vzjava | |
| com.bitplan.vzjava.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
PowerValueImpl
the naked ChargePeriod Implementation
|
| Modifier and Type | Method and Description |
|---|---|
PowerValue |
PowerValue.cloneMe() |
PowerValue |
PowerValueImpl.cloneMe() |
| Modifier and Type | Method and Description |
|---|---|
List<PowerValue> |
PowerValueManager.get(String isoFrom,
String isoTo,
int channel,
PowerValue.ChannelMode channelMode)
get power values
|
| Modifier and Type | Method and Description |
|---|---|
void |
PowerValuePlot.add(Channel channel,
List<PowerValue> powervalues)
add the given List of PowerValues
|
| Modifier and Type | Class and Description |
|---|---|
class |
PowerValueDao |
| Modifier and Type | Method and Description |
|---|---|
PowerValue |
PowerValueManagerDao.getCurrent(int channel)
get the current PowerValue for the given channel
|
| Modifier and Type | Method and Description |
|---|---|
List<PowerValue> |
PowerValueManagerDao.get(Calendar from,
Calendar to,
int channel,
PowerValue.ChannelMode channelMode)
get the values
|
List<PowerValue> |
PowerValueManagerDao.get(String isoFrom,
String isoTo,
int channel,
PowerValue.ChannelMode channelMode)
get values base on String time stamps
|
List<PowerValue> |
PowerValueManagerDao.getElements() |
List<PowerValue> |
PowerValueManagerDao.getPower(Calendar from,
Calendar to,
int channel)
get power Values for the given period from the given channel
|
List<PowerValue> |
PowerValueManagerDao.getPowerFromCounter(Calendar from,
Calendar to,
int channel)
get PowerValues from the two calendar instances
|
List<PowerValue> |
PowerValueManagerDao.getPowerValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
PowerValueManagerDao.add(PowerValue prop)
add a property to the PowerValue
|
static double |
PowerValueManagerDao.getPower(PowerValue chargeValue,
PowerValue prevValue)
get the powerValue based on the difference of two charge values
|
| Modifier and Type | Method and Description |
|---|---|
void |
PowerValueManagerDao.setPowerValues(List<PowerValue> PowerValue) |
Copyright © 2018 BITPlan GmbH. All rights reserved.