Algernon Software

org.algernon.test
Class StructureTest

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

public class StructureTest
extends Object

Tests basic delete functionality of Algernon. Example:

 java -classpath ${CLASSES}:${PHARMGEN}/lib/protege.jar:${PHARMGEN}/lib/ojdbc14.jar org.algernon.test.DeleteTest
 

See Also:
Algernon

Field Summary
protected  Algernon m_algy
           
protected  String m_defaultProject
           
protected  AlgernonKB m_kb
           
protected  String structure_testFile
           
 
Constructor Summary
StructureTest()
           
 
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.
protected  void testStructure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_kb

protected AlgernonKB m_kb

m_algy

protected Algernon m_algy

m_defaultProject

protected String m_defaultProject

structure_testFile

protected String structure_testFile
Constructor Detail

StructureTest

public StructureTest()
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.


start

public void start()
Executes some small code snippets.


testStructure

protected void testStructure()

Algernon Software