Class FeatureUnaryGeneric<T extends FeatureInput>

Type Parameters:
T - input-type
Direct Known Subclasses:
AbsoluteValue, ConvertUnits, IfCondition, InvertedMax, RangeCompareBase, StatisticalBase, WithResolutionBase, WithValueBase

public abstract class FeatureUnaryGeneric<T extends FeatureInput> extends FeatureUnary<T,T>
A FeatureUnary that accepts any FeatureInput irrespective of type.
Author:
Owen Feehan
  • Constructor Details

    • FeatureUnaryGeneric

      protected FeatureUnaryGeneric(Feature<T> feature)
      Create with a specific feature, that provides the input to the unary function.
      Parameters:
      feature - the feature.
    • FeatureUnaryGeneric

      public FeatureUnaryGeneric()