Uses of Class
com.semedy.reasoner.api.idb.IDBException
Packages that use IDBException
Package
Description
-
Uses of IDBException in com.semedy.reasoner.api.idb
Methods in com.semedy.reasoner.api.idb that throw IDBExceptionModifier and TypeMethodDescriptionboolean
IntensionalDB.removeAllRules
(Collection<Rule> rules) Remove a whole collection of rules. -
Uses of IDBException in com.semedy.reasoner.api.logic
Methods in com.semedy.reasoner.api.logic that throw IDBExceptionModifier and TypeMethodDescriptionRule.cloneRule()
clone a rule.Rule.getNormalized()
get a normalized version (all variables are renamed to Xi)Constructors in com.semedy.reasoner.api.logic that throw IDBException -
Uses of IDBException in com.semedy.reasoner.app
Methods in com.semedy.reasoner.app that throw IDBExceptionModifier and TypeMethodDescriptionQueryRunner.eval
(InterruptFlag interruptflag, String flogic, String query, ReasoningMonitor monitor) void
QueryRegister.register
(InterruptFlag interruptFlag, String flogic, String query, ReasoningMonitor monitor, PrintStream out) -
Uses of IDBException in com.semedy.reasoner.reasoning.processes
Methods in com.semedy.reasoner.reasoning.processes that throw IDBExceptionModifier and TypeMethodDescriptionRuleSimplifier.rewriteRule
(Rule rule, BuiltinProvider builtins)