org.algernon.test
Class PharmGKBTest2
java.lang.Object
   org.algernon.test.PharmGKBTest2
org.algernon.test.PharmGKBTest2
- public class PharmGKBTest2- 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
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
f_algy
protected Algernon f_algy
f_lisp
protected Jatha f_lisp
f_pharmgkb
protected AlgernonKB f_pharmgkb
f_meshkb
protected AlgernonKB f_meshkb
f_drugkb
protected AlgernonKB f_drugkb
f_pharmgkbProject
protected String f_pharmgkbProject
f_MeshProject
protected String f_MeshProject
f_DrugProject
protected String f_DrugProject
f_testFile
protected String f_testFile
PharmGKBTest2
public PharmGKBTest2()
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.
 
- 
 
testPharmGKB
public void testPharmGKB()
- 
 
testMeSH
public void testMeSH()
- 
 
testDrugVocabulary
public void testDrugVocabulary()
-