org.tm4j.tolog.QueryEvaluator .populateReplacementVariablesFromExpandedClause(org.tm4j.tolog.parser.ASTParameterList params,org.tm4j.tolog.parser.ASTClause repHead,java.lang.String repPrefix,java.util.Map replacementVars)

Description

Processes the specified clause to map any bound variables in the clause to the new replacement variable name.

Parameters
org.tm4j.tolog.parser.ASTParameterList params the parameter list from the clause being expanded
org.tm4j.tolog.parser.ASTClause repHead the head clause of the replacement expansion
java.lang.String repPrefix the prefix used to generate a replacement variable name from an existing variable name
java.util.Map replacementVars the replacement variable map - this is updated in-place by this method.

Other Resources