org.tm4j.tolog.QueryEvaluator .testMatches(org.tm4j.tolog.parser.ASTParameterList params,java.util.List prPairs,java.util.Hashtable vars)

Description

Tests the parameters in params against the bound variables in vars. Returns true if all of the parameters have one or more matches in prPairs under the variable set vars. Returns false if there is no such match found.

Parameters
org.tm4j.tolog.parser.ASTParameterList params
java.util.List prPairs
java.util.Hashtable vars

Other Resources

Related Topics