Class LogarithmicContrastMethodStrategy

    • Constructor Detail

      • LogarithmicContrastMethodStrategy

        public LogarithmicContrastMethodStrategy()
    • Method Detail

      • addParameter

        public void addParameter​(String key,
                                 Expression value)
        Description copied from class: AbstractContrastMethodStrategy
        A parameter to be used by this method. Subclasses can implement checks for valid parameter names by overriding this method.
        Overrides:
        addParameter in class AbstractContrastMethodStrategy
        Parameters:
        key - the name of the parameter
        value - the expression that is it's value.