org.tm4j.tolog.QueryEvaluator .testMatches(java.util.List clauses,int clauseIx,java.util.Hashtable vars,java.util.List matches)

Description

Implementation of not() processing. Tests the bound variables in vars against the list of child clauses contained in the not(). If one of these child clauses evaluates to true, then the test returns If none of the child clauses evaluates to true then a recursive call is made into getMatches()

Parameters
int clauseIx
java.util.List clauses
java.util.List matches
java.util.Hashtable vars

Other Resources