public class TimeSliceValue extends Object
Constructor and Description |
---|
TimeSliceValue(double value,
double max,
double min,
int count,
double frequency) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
double |
getfrequency() |
double |
getMax() |
double |
getMin() |
double |
getValue() |
void |
setCount(int count) |
void |
setfrequency(double frequency) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setValue(double value) |
String |
toString() |
public TimeSliceValue(double value, double max, double min, int count, double frequency)
public double getValue()
public void setValue(double value)
public double getMax()
public void setMax(double max)
public double getMin()
public void setMin(double min)
public int getCount()
public void setCount(int count)
public double getfrequency()
public void setfrequency(double frequency)
Copyright © 2016–2019. All rights reserved.