Uses of Class
adams.core.base.RangedThreshold.ThresholdSpecification
-
Packages that use RangedThreshold.ThresholdSpecification Package Description adams.core.base -
-
Uses of RangedThreshold.ThresholdSpecification in adams.core.base
Methods in adams.core.base that return RangedThreshold.ThresholdSpecification Modifier and Type Method Description protected RangedThreshold.ThresholdSpecification[]
RangedThreshold. parse(String s)
Parses the string into threshold specifications.RangedThreshold.ThresholdSpecification[]
RangedThreshold. thresholdsValue()
Returns the string as threshold specifications.Constructors in adams.core.base with parameters of type RangedThreshold.ThresholdSpecification Constructor Description RangedThreshold(RangedThreshold.ThresholdSpecification t)
Initializes the object with the threshold specification.RangedThreshold(RangedThreshold.ThresholdSpecification[] t)
Initializes the object with the threshold specifications.
-