| 
Algernon Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.algernon.test.DeleteTest
Tests basic delete functionality of Algernon. Example:
 java -classpath ${CLASSES}:${PHARMGEN}/lib/protege.jar:${PHARMGEN}/lib/ojdbc14.jar org.algernon.test.DeleteTest
 
Algernon| Field Summary | |
protected  String | 
delete_testFile
 | 
protected  Algernon | 
m_algy
 | 
protected  String | 
m_defaultProject
 | 
protected  AlgernonKB | 
m_kb
 | 
protected  Jatha | 
m_lisp
 | 
| Constructor Summary | |
DeleteTest()
 | 
|
| Method Summary | |
static long | 
getCurrentTime()
Returns the current time in milliseconds.  | 
static long | 
getElapsedTime(long startTime)
Returns the elapsed time since the startTime in milliseconds.  | 
 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 | 
| Field Detail | 
protected AlgernonKB m_kb
protected Algernon m_algy
protected Jatha m_lisp
protected String m_defaultProject
protected String delete_testFile
| Constructor Detail | 
public DeleteTest()
| Method Detail | 
public static void main(String[] args)
public void init()
public void stop()
public void start()
public static long getCurrentTime()
public static long getElapsedTime(long startTime)
  | 
Algernon Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||