Uses of Class
org.openl.rules.cmatch.ColumnMatch
-
Packages that use ColumnMatch Package Description org.openl.rules.cmatch org.openl.rules.cmatch.algorithm org.openl.rules.lang.xls.binding.wrapper org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of ColumnMatch in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return ColumnMatch Modifier and Type Method Description ColumnMatchColumnMatchBoundNode. getColumnMatch()Constructors in org.openl.rules.cmatch with parameters of type ColumnMatch Constructor Description ColumnMatchBuilder(IBindingContext ctx, ColumnMatch columnMatch, TableSyntaxNode tsn) -
Uses of ColumnMatch in org.openl.rules.cmatch.algorithm
Methods in org.openl.rules.cmatch.algorithm with parameters of type ColumnMatch Modifier and Type Method Description protected voidMatchAlgorithmCompiler. assignExecutor(ColumnMatch columnMatch)protected voidScoreAlgorithmCompiler. assignExecutor(ColumnMatch columnMatch)protected voidWeightAlgorithmCompiler. assignExecutor(ColumnMatch columnMatch)protected voidMatchAlgorithmCompiler. checkSpecialRows(ColumnMatch columnMatch)protected voidScoreAlgorithmCompiler. checkSpecialRows(ColumnMatch columnMatch)protected voidWeightAlgorithmCompiler. checkSpecialRows(ColumnMatch columnMatch)voidIMatchAlgorithmCompiler. compile(IBindingContext bindingContext, ColumnMatch columnMatch)voidMatchAlgorithmCompiler. compile(IBindingContext bindingContext, ColumnMatch columnMatch)ObjectMatchAlgorithmExecutor. invoke(ColumnMatch target, Object[] params, IRuntimeEnv env)ObjectScoreAlgorithmExecutor. invoke(ColumnMatch target, Object[] params, IRuntimeEnv env)ObjectWeightAlgorithmExecutor. invoke(ColumnMatch target, Object[] params, IRuntimeEnv env)protected voidMatchAlgorithmCompiler. parseCheckValues(IBindingContext bindingContext, ColumnMatch columnMatch, TableRow row, MatchNode node, int retValuesCount)Parses CheckValues for node(row).protected voidMatchAlgorithmCompiler. parseSpecialRows(IBindingContext bindingContext, ColumnMatch columnMatch)Compiles (parses) return values based on return type.protected voidScoreAlgorithmCompiler. parseSpecialRows(IBindingContext bindingContext, ColumnMatch columnMatch)protected voidWeightAlgorithmCompiler. 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 voidMatchAlgorithmCompiler. setMetaInfoForConstant(IBindingContext bindingContext, ColumnMatch columnMatch, SubValue sv, ConstantOpenField constantOpenField) -
Uses of ColumnMatch in org.openl.rules.lang.xls.binding.wrapper
Subclasses of ColumnMatch in org.openl.rules.lang.xls.binding.wrapper Modifier and Type Class Description classColumnMatchWrapperConstructors in org.openl.rules.lang.xls.binding.wrapper with parameters of type ColumnMatch Constructor Description ColumnMatchWrapper(XlsModuleOpenClass xlsModuleOpenClass, ColumnMatch delegate, org.openl.rules.lang.xls.binding.wrapper.ContextPropertiesInjector contextPropertiesInjector, boolean externalMethodCall) -
Uses of ColumnMatch in org.openl.rules.lang.xls.binding.wrapper.base
Subclasses of ColumnMatch in org.openl.rules.lang.xls.binding.wrapper.base Modifier and Type Class Description classAbstractColumnMatchWrapperFields in org.openl.rules.lang.xls.binding.wrapper.base declared as ColumnMatch Modifier and Type Field Description protected ColumnMatchAbstractColumnMatchWrapper. delegateConstructors in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type ColumnMatch Constructor Description AbstractColumnMatchWrapper(ColumnMatch delegate)
-