Uses of Class
org.tm4j.tologx.TologParserException

Packages that use TologParserException
org.tm4j.tologx   
 

Uses of TologParserException in org.tm4j.tologx
 

Methods in org.tm4j.tologx that throw TologParserException
 void QueryEvaluator.addRulesModule(java.io.InputStream src, java.lang.String prefix)
          Loads a rules module from the specified stream.
 void QueryEvaluator.addRule(java.lang.String rule)
          Adds a new rule to the QueryEvaluator.
 PreparedQuery QueryEvaluator.prepareQuery(java.lang.String queryString)
          Parses (and possibly optimizes) the specified tolog query string.
 TologResultsSet QueryEvaluator.execute(java.lang.String queryString)
          A convenience method that parses and optimizes the specified tolog query and then executes it immediately.
 TologResultsSet QueryEvaluator.execute(java.lang.String queryString, java.lang.Object[] queryParams)
          A convenience method that parses and optimizes the specified tolog query and then executes it immediately.