Package | Description |
---|---|
org.polydev.gaea.profiler |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DataHolder(DataType type,
long desired,
double desiredRangePercent)
Constructs a DataHolder with a DataType and a desired value, including a percentage around the desired value considered acceptable
|
Measurement(long desirable,
DataType type)
Constructs a new Measurement with a desired value and DataType.
|
Copyright © 2020. All rights reserved.