Uses of Class
org.anchoranalysis.plugin.operator.feature.bean.range.RangeCompareFromScalars
Packages that use RangeCompareFromScalars
Package
Description
Features that compare against a range of values.
-
Uses of RangeCompareFromScalars in org.anchoranalysis.plugin.operator.feature.bean.range
Modifier and TypeClassDescriptionclass
CompareWithRange<T extends FeatureInput>
Compares a value with a range, returning specified constants if its inside the range, below it or above itclass
IfConditionWithinRange<T extends FeatureInput>
Calculates a value if a condition lies within a certain range, otherwise returns constantsclass
IfOutsideRange<T extends FeatureInput>
Clamps a feature value if it lies outside a specified range.