Class Constant<T extends FeatureInput>

Type Parameters:
T - the input-type (even though it is irrelevant and ignored, but it keeps the class hierarchy consistent).

public class Constant<T extends FeatureInput>
extends FeatureGeneric<T>
A constant value that is entirely invariant to the feature-input.
Author:
Owen Feehan
  • Constructor Details

    • Constant

      public Constant​(double value)
      Constructor with a particular value.
      Parameters:
      value - the value.
    • Constant

      public Constant​(String customName, double value)
      Constructor with a particular value and a custom-name.
      Parameters:
      customName - a custom-name for feature.
      value - the value.
    • Constant

      public Constant()
  • Method Details