|
Algernon Software | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.algernon.test.ProtegeTest
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
Algernon
Field Summary | |
protected static String |
LARGE_NEWSPAPER
|
protected static String |
m_PharmGKB_Beta
|
protected static String |
m_PharmGKB_Prod
|
Constructor Summary | |
ProtegeTest()
|
Method Summary | |
static void |
createInstances()
|
static void |
createInstances(KnowledgeBase kb,
String ClsName,
int howMany)
Creates n instances of the given class. |
static void |
main(String[] args)
|
static void |
testGetClass(KnowledgeBase kb,
String name)
Tests frame retrieval. |
static void |
testGetFrame(KnowledgeBase kb,
String name)
Tests frame retrieval. |
static void |
testGetSlot(KnowledgeBase kb,
String name)
Tests frame retrieval. |
static void |
testKB(String kbname)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static String LARGE_NEWSPAPER
protected static String m_PharmGKB_Beta
protected static String m_PharmGKB_Prod
Constructor Detail |
public ProtegeTest()
Method Detail |
public static void main(String[] args)
public static void createInstances()
public static void testKB(String kbname)
public static void testGetFrame(KnowledgeBase kb, String name)
public static void testGetClass(KnowledgeBase kb, String name)
public static void testGetSlot(KnowledgeBase kb, String name)
public static void createInstances(KnowledgeBase kb, String ClsName, int howMany)
ClsName
- howMany
-
|
Algernon Software | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |