protected void |
MatchAlgorithmCompiler.assignExecutor(ColumnMatch columnMatch) |
protected void |
ScoreAlgorithmCompiler.assignExecutor(ColumnMatch columnMatch) |
protected void |
WeightAlgorithmCompiler.assignExecutor(ColumnMatch columnMatch) |
protected void |
MatchAlgorithmCompiler.checkSpecialRows(ColumnMatch columnMatch) |
protected void |
ScoreAlgorithmCompiler.checkSpecialRows(ColumnMatch columnMatch) |
protected void |
WeightAlgorithmCompiler.checkSpecialRows(ColumnMatch columnMatch) |
void |
IMatchAlgorithmCompiler.compile(IBindingContext bindingContext,
ColumnMatch columnMatch) |
void |
MatchAlgorithmCompiler.compile(IBindingContext bindingContext,
ColumnMatch columnMatch) |
Object |
MatchAlgorithmExecutor.invoke(ColumnMatch target,
Object[] params,
IRuntimeEnv env) |
Object |
ScoreAlgorithmExecutor.invoke(ColumnMatch target,
Object[] params,
IRuntimeEnv env) |
Object |
WeightAlgorithmExecutor.invoke(ColumnMatch target,
Object[] params,
IRuntimeEnv env) |
protected void |
MatchAlgorithmCompiler.parseCheckValues(IBindingContext bindingContext,
ColumnMatch columnMatch,
TableRow row,
MatchNode node,
int retValuesCount)
Parses CheckValues for node(row).
|
protected void |
MatchAlgorithmCompiler.parseSpecialRows(IBindingContext bindingContext,
ColumnMatch columnMatch)
Compiles (parses) return values based on return type.
|
protected void |
ScoreAlgorithmCompiler.parseSpecialRows(IBindingContext bindingContext,
ColumnMatch columnMatch) |
protected void |
WeightAlgorithmCompiler.parseSpecialRows(IBindingContext bindingContext,
ColumnMatch columnMatch) |
protected Object[] |
MatchAlgorithmCompiler.parseValues(IBindingContext bindingContext,
ColumnMatch columnMatch,
TableRow row,
IOpenClass openClass) |
protected MatchNode[] |
MatchAlgorithmCompiler.prepareNodes(IBindingContext bindingContext,
ColumnMatch columnMatch,
ArgumentsHelper argumentsHelper,
int retValuesCount)
Prepares Nodes.
|
protected MatchNode[] |
ScoreAlgorithmCompiler.prepareNodes(IBindingContext bindingContext,
ColumnMatch columnMatch,
ArgumentsHelper argumentsHelper,
int retValuesCount) |
protected MatchNode[] |
WeightAlgorithmCompiler.prepareNodes(IBindingContext bindingContext,
ColumnMatch columnMatch,
ArgumentsHelper argumentsHelper,
int retValuesCount) |
protected void |
MatchAlgorithmCompiler.setMetaInfoForConstant(IBindingContext bindingContext,
ColumnMatch columnMatch,
SubValue sv,
String s,
ConstantOpenField constantOpenField) |