Uses of Class
org.anchoranalysis.plugin.operator.feature.bean.range.RangeCompareBase
Packages that use RangeCompareBase
Package
Description
Features that compare against a range of values.
-
Uses of RangeCompareBase in org.anchoranalysis.plugin.operator.feature.bean.range
Subclasses of RangeCompareBase in org.anchoranalysis.plugin.operator.feature.bean.rangeModifier 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
CompareWithRangeFeature<T extends FeatureInput>
LikeCompareWithRange
but uses features to calculate boundary valuesclass
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.class
RangeCompareFromScalars<T extends FeatureInput>
A base class for setting the boundaries of a range using constant scalar values.