java.lang.Object
com.aquima.interactions.matching.impl.functions.MatchFunction
com.aquima.interactions.matching.impl.functions.ramp.RampMatch
All Implemented Interfaces:
IMatchFunction
Direct Known Subclasses:
DateRampMatch, NumberRampMatch

public abstract class RampMatch extends MatchFunction
Abstract base class for the number and date ramp match.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Field Details

    • PARAM_RAMP_DEFINITION

      public static final String PARAM_RAMP_DEFINITION
      This member defines the name of the attribute that is used to retrieve the ramp definition.
      See Also:
  • Constructor Details

  • Method Details

    • getRampDefinition

      protected RampDefinition getRampDefinition()
    • getAWaarde

      protected abstract double getAWaarde(double norm)
    • getBWaarde

      protected abstract double getBWaarde(double norm)
    • getCWaarde

      protected abstract double getCWaarde(double norm)
    • getDWaarde

      protected abstract double getDWaarde(double norm)