java.lang.Object
com.aquima.interactions.matching.impl.functions.trigram.TrigramValue
All Implemented Interfaces:
IMatchValue

public class TrigramValue extends Object implements IMatchValue
This class contains the trigrams for wither the demand or supply value.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • TrigramValue

      protected TrigramValue(String str)
  • Method Details

    • getString

      protected String getString()
    • compare

      protected int compare(TrigramValue rhs, int type, boolean multiples)
    • hashCode

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

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