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 TypeClassDescriptionclassCompareWithRange<T extends FeatureInput>Compares a value with a range, returning specified constants if its inside the range, below it or above itclassCompareWithRangeFeature<T extends FeatureInput>LikeCompareWithRangebut uses features to calculate boundary valuesclassIfConditionWithinRange<T extends FeatureInput>Calculates a value if a condition lies within a certain range, otherwise returns constantsclassIfOutsideRange<T extends FeatureInput>Clamps a feature value if it lies outside a specified range.classRangeCompareFromScalars<T extends FeatureInput>A base class for setting the boundaries of a range using constant scalar values.