Algernon Software

org.algernon
Class AlgernonSettings

java.lang.Object
  extended byorg.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.
 
Constructor Summary
AlgernonSettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

AlgernonSettings

public AlgernonSettings()

Algernon Software