Algernon Software

Uses of Class
org.algernon.AlgernonSettings

Packages that use AlgernonSettings
org.algernon   
 

Uses of AlgernonSettings in org.algernon
 

Fields in org.algernon declared as AlgernonSettings
protected  AlgernonSettings Algernon.m_processSettings
           
 

Methods in org.algernon with parameters of type AlgernonSettings
 LispValue Algernon.ask(String pathString, AlgernonKBSet kbSet, String comment, ErrorSet errorSet, BindingList blist, AlgernonSettings processSettings)
          See the single-parameter version for documentation.
 LispValue Algernon.ask(Path path, AlgernonKBSet kbSet, String comment, ErrorSet errorSet, BindingList blist, AlgernonSettings processSettings)
          See the single-parameter version for documentation.
 LispValue Algernon.tell(String pathString, AlgernonKBSet kbSet, String comment, ErrorSet errorSet, AlgernonSettings processSettings)
          See the single-parameter version for documentation.
 LispValue Algernon.tell(Path path, AlgernonKBSet kbSet, String comment, ErrorSet errorSet, AlgernonSettings processSettings)
          See the single-parameter version for documentation.
 


Algernon Software