QuickTest.java revision 19
package examples;
/**
* This class is intended for the developers of the API to perform quick tests.
* Do use this class for whatever you intend to, but do never ask for support :-)
*
* @author Michael D�nzer, University of Zurich
* @date 16.01.2007
*/
public class QuickTest {
private OWLKnowledgeBase kb;
//test.removeCCTest();
//test.removeList();
}
public QuickTest() {
}
private void pelletErrorTest() {
try {
service = kb.readService("http://www.ifi.unizh.ch/ddis/ont/next/ProcessSpace/Projectgigimgii.owl#gigimgii");
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (URISyntaxException e) {
e.printStackTrace();
}
}
private void removeCCTest() {
}
}
}
private void removeList() {
}
}