java.lang.Object
com.aquima.interactions.matching.impl.functions.values.NumberMatchValue
All Implemented Interfaces:
IMatchValue
Direct Known Subclasses:
NormDistValue

public class NumberMatchValue extends Object implements IMatchValue
Match value implementation containing a single number value.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • NumberMatchValue

      public NumberMatchValue(double numberValue)
      Constructs the number value with the number it represents.
      Parameters:
      numberValue - The number value for which the match value is constructed.
  • Method Details

    • getValue

      public double getValue()
      This method returns the number value this match value represents.
      Returns:
      the number value this match value represents.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object