Class Defines

java.lang.Object
com.aquima.interactions.matching.Defines

public final class Defines extends Object
This class contains various global definitions used by the match engine.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    This member contains the default score that is used to indicate a full match.
    static final int
    This member contains the default score that is used to indicate a mismatch.
    static final int
    This member contains the score that should be used to indicate the case is not relevant and should be skipped.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MATCH

      public static final int MATCH
      This member contains the default score that is used to indicate a full match.
      See Also:
    • MISMATCH

      public static final int MISMATCH
      This member contains the default score that is used to indicate a mismatch.
      See Also:
    • SKIP

      public static final int SKIP
      This member contains the score that should be used to indicate the case is not relevant and should be skipped.
      See Also: