diff OPPL/src/GalaxyOWLAPI.java @ 15:622cde484f4c draft

Add new tool to perform OPPL queries
author Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Thu, 12 Jul 2012 17:12:00 +0200
parents 7e6604a5ee55
children c9e01f86b07c
line wrap: on
line diff
--- a/OPPL/src/GalaxyOWLAPI.java	Sat Mar 31 12:54:09 2012 +0200
+++ b/OPPL/src/GalaxyOWLAPI.java	Thu Jul 12 17:12:00 2012 +0200
@@ -38,7 +38,6 @@
 import org.semanticweb.owlapi.model.OWLOntologyManager;
 import org.semanticweb.owlapi.model.OWLOntologyStorageException;
 import org.semanticweb.owlapi.reasoner.InferenceType;
-import org.semanticweb.owlapi.reasoner.NodeSet;
 import org.semanticweb.owlapi.reasoner.OWLReasoner;
 import org.semanticweb.owlapi.reasoner.OWLReasonerFactory;
 import org.semanticweb.owlapi.util.BidirectionalShortFormProvider;
@@ -63,7 +62,7 @@
 /**
  * A wrapper of the OWL API 
  * 
- * @author Mikel Egaña Aranguren
+ * @author Mikel Ega��a Aranguren
  */
 public class GalaxyOWLAPI {
 	private OWLOntologyManager manager;