Master Index Match Engine Reference

processCurveAdjustment

Description

The processCurveAdjustment method provides handling for curve adjustment within a specific match comparator.

Syntax

double[] processCurveAdjustment(String compar, double[] cap)

Parameters

Parameter 

Type 

Description 

compar 

string 

The name of the comparator, as defined in the name attribute of the code element for the comparator. 

cap 

double[] 

An array of values that define the curve adjustment. 

Return Value

An array of curve adjustment values.

Throws

MatcherException