org.algernon.test
Class GenericLoader
java.lang.Object
  
org.algernon.test.GenericLoader
- public class GenericLoader
- extends Object
  
Tests miscellaneous functionality of Algernon.
 Example:
 
 java -classpath ${CLASSES}:${PHARMGEN}/lib/protege.jar:${PHARMGEN}/lib/ojdbc14.jar org.algernon.test.DeleteTest
 
- See Also:
 Algernon
 
 
| 
Method Summary | 
 void | 
init()
 
          Reads in the parameters and tries to open the KB. | 
static void | 
main(String[] args)
 
            | 
 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 | 
 
m_kb
protected AlgernonKB m_kb
m_algy
protected Algernon m_algy
m_files
protected String[] m_files
GenericLoader
public GenericLoader(String[] filesToLoad)
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.
 
 
start
public void start()
- Executes some small code snippets.