org.algernon
Class AlgernonSettings
java.lang.Object
org.algernon.AlgernonSettings
- public class AlgernonSettings
- extends Object
Field Summary |
boolean |
doBackwardChaining
true if the processor should activate backward chaining rules
during execution. |
boolean |
doForwardChaining
true if the processor should activate forward chaining rules
during execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
doForwardChaining
public boolean doForwardChaining
- true if the processor should activate forward chaining rules
during execution.
Normally true.
doBackwardChaining
public boolean doBackwardChaining
- true if the processor should activate backward chaining rules
during execution.
Normally true.
AlgernonSettings
public AlgernonSettings()