Class RangeCompareFromScalars<T extends FeatureInput>

Type Parameters:
T - the type of FeatureInput this feature operates on
Direct Known Subclasses:
CompareWithRange, IfConditionWithinRange, IfOutsideRange

public abstract class RangeCompareFromScalars<T extends FeatureInput> extends RangeCompareBase<T>
A base class for setting the boundaries of a range using constant scalar values.

This class extends RangeCompareBase to provide a mechanism for defining a range with fixed minimum and maximum values.