org.tm4j.tolog.QueryEvaluator .invokeExtensionTest(java.lang.Class extCls,org.tm4j.tolog.parser.ASTParameterList params,java.util.Hashtable vars)

Description

Invokes the extension class extCls to test the extension predicate under the set of bound variables specified in vars

Parameters
java.lang.Class extCls
org.tm4j.tolog.parser.ASTParameterList params
java.util.Hashtable vars

Throws

Returns

true if the extension predicate evaluates to true under vars, false otherwise

Other Resources

Related Topics