public final class BoundedDouble extends AbstractBounded<Double>
Constructor and Description |
---|
BoundedDouble(Double lower,
Double initValue,
Double upper,
boolean lowerStrict,
boolean upperStrict)
Creates a new Bounded Double object.
|
Modifier and Type | Method and Description |
---|---|
void |
setValue(String s)
Set a new value to the BoundedDouble object
|
getLowerBound, getUpperBound, getValue, isLowerBoundStrict, isUpperBoundStrict, setValue
public BoundedDouble(Double lower, Double initValue, Double upper, boolean lowerStrict, boolean upperStrict)
lower
- The lower bound valueinitValue
- Initial of default value for the Doubleupper
- The upper bound valuelowerStrict
- True means that the value cannot be equal to the lower boundupperStrict
- True means that the value cannot be equal to the upper boundpublic void setValue(String s)
setValue
in class AbstractBounded<Double>
s
- String converted into DoubleCopyright 2011 Cytoscape Consortium. All rights reserved.