Uses of Class
org.tm4j.tolog.TologEvaluationException

Packages that use TologEvaluationException
org.tm4j.tolog DEPRECATED 
 

Uses of TologEvaluationException in org.tm4j.tolog
 

Methods in org.tm4j.tolog that throw TologEvaluationException
 TologResultsSet QueryEvaluator.evaluate(java.lang.String queryString)
          Deprecated. Performs the evaluation of the query queryString.
protected  void QueryEvaluator.getMatches(org.tm4j.tolog.parser.ASTClauseList clauseList, java.util.List matches)
          Deprecated.  
protected  void QueryEvaluator.getMatches(java.util.List clauses, int clauseIx, java.util.Hashtable vars, java.util.List matches)
          Deprecated.  
protected  void QueryEvaluator.getMatches(org.tm4j.tolog.parser.ASTAlternates alternates, java.util.Hashtable vars, java.util.List matches)
          Deprecated. Processes the alternatives construct represented by alt using the variable binding specified by vars.
protected  void QueryEvaluator.testMatches(java.util.List clauses, int clauseIx, java.util.Hashtable vars, java.util.List matches)
          Deprecated. Implementation of not() processing.
protected  boolean QueryEvaluator.test(org.tm4j.tolog.parser.ASTClause clause, java.util.Hashtable vars)
          Deprecated.  
protected  boolean QueryEvaluator.getMatches(org.tm4j.tolog.parser.ASTParameterList params, java.util.List prPairs, java.util.Hashtable vars, java.util.List matches)
          Deprecated.  
protected  boolean QueryEvaluator.testMatches(org.tm4j.tolog.parser.ASTParameterList params, java.util.List prPairs, java.util.Hashtable vars)
          Deprecated. Tests the parameters in params against the bound variables in vars.
protected  java.util.List QueryEvaluator.optimiseParams(org.tm4j.tolog.parser.ASTParameterList params, java.util.Hashtable vars)
          Deprecated. Alters the ordering of params so that all facts (parameters with no variables) occur at the start of the list.
protected  boolean QueryEvaluator.invokeExtension(java.lang.Class extCls, org.tm4j.tolog.parser.ASTParameterList params, java.util.Hashtable vars, java.util.List matches)
          Deprecated.  
protected  boolean QueryEvaluator.invokeExtensionTest(java.lang.Class extCls, org.tm4j.tolog.parser.ASTParameterList params, java.util.Hashtable vars)
          Deprecated. Invokes the extension class extCls to test the extension predicate under the set of bound variables specified in vars
 

Constructors in org.tm4j.tolog that throw TologEvaluationException
PlayerRole(org.tm4j.tolog.parser.ASTParameter param, java.util.Hashtable vars)
          Deprecated.