java.lang.Object
com.aquima.interactions.matching.impl.functions.ramp.RampDefinition

public class RampDefinition extends Object
This class contains the ramp definition from Studio which should be used to create the ramp supply values with.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • RampDefinition

      public RampDefinition(IRampDS datasource)
      Constructs the ramp definition from data source.
      Parameters:
      datasource - The data source providing the ramp definition.
  • Method Details

    • isAbsolute

      protected boolean isAbsolute()
    • isLeftOnly

      protected boolean isLeftOnly()
    • isRightOnly

      protected boolean isRightOnly()
    • getLowerPartial

      protected double getLowerPartial()
    • getLowerRange

      protected double getLowerRange()
    • getUpperRange

      protected double getUpperRange()
    • getUpperPartial

      protected double getUpperPartial()