Algernon Software

org.algernon.test
Class BackwardTest

java.lang.Object
  extended byorg.algernon.test.BackwardTest

public class BackwardTest
extends Object

Tests basic execution functionality of Algernon. Does not test the compiler. Example:

 java  -classpath $HOME/projects:$ALGY/src:$PHARMGEN/lib/protege.jar org.algernon.test.BasicTest
 

See Also:
Algernon

Field Summary
protected  Algernon f_algy
           
protected  String f_defaultProject
           
protected  AlgernonKB f_kb
           
protected  String f_testFile
           
 
Constructor Summary
BackwardTest()
           
 
Method Summary
 void init()
          Reads in the parameters and tries to open the KB.
static void main(String[] args)
           
 void printRules()
           
 void start()
          Executes some small code snippets.
 void stop()
          Halts the program nicely.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f_kb

protected AlgernonKB f_kb

f_algy

protected Algernon f_algy

f_defaultProject

protected String f_defaultProject

f_testFile

protected String f_testFile
Constructor Detail

BackwardTest

public BackwardTest()
Method Detail

main

public static void main(String[] args)

init

public void init()
Reads in the parameters and tries to open the KB.


stop

public void stop()
Halts the program nicely.


printRules

public void printRules()

start

public void start()
Executes some small code snippets.


Algernon Software