Mercurial > repos > mikel-egana-aranguren > oppl
comparison OPPL/src/OPPLQueryGalaxy.java @ 16:6c25e717c896 draft
Source for OPPL query fixed
author | Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Thu, 02 Aug 2012 09:22:57 +0200 |
parents | 622cde484f4c |
children | d3616fac4ca5 |
comparison
equal
deleted
inserted
replaced
15:622cde484f4c | 16:6c25e717c896 |
---|---|
42 public static void main(String[] args) throws OWLOntologyCreationException, ParserException, FileNotFoundException { | 42 public static void main(String[] args) throws OWLOntologyCreationException, ParserException, FileNotFoundException { |
43 // Get the arguments from command-line | 43 // Get the arguments from command-line |
44 String OWLFilePath = args [0]; // /home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/ontology/single/test.owl | 44 String OWLFilePath = args [0]; // /home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/ontology/single/test.owl |
45 String reasoner_type = args [1]; // Pellet|FaCTPlusPlus|HermiT | 45 String reasoner_type = args [1]; // Pellet|FaCTPlusPlus|HermiT |
46 String Answer_render = args [2]; // URI|URIfragment|URIfragment2OBO | 46 String Answer_render = args [2]; // URI|URIfragment|URIfragment2OBO |
47 String OPPL_script_sourcee = args [3]; | 47 String OPPL_script_source = args [3]; |
48 | 48 |
49 // String OPPL_script_file = args [3]; | 49 // String OPPL_script_file = args [3]; |
50 // File OPPL_script_file = new File("/home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/oppl_script/test_oppl_query.oppl"); | 50 // File OPPL_script_file = new File("/home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/oppl_script/test_oppl_query.oppl"); |
51 // File OPPL_script_file = new File("/home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/oppl_script/test_oppl_query_object_prop.oppl"); | 51 // File OPPL_script_file = new File("/home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/oppl_script/test_oppl_query_object_prop.oppl"); |
52 // File OPPL_script_file = new File("/home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/oppl_script/test_oppl_query_object_ind.oppl"); | 52 // File OPPL_script_file = new File("/home/mikel/UPM/OPPL_galaxy/OPPL/OPPL/test-data/oppl_script/test_oppl_query_object_ind.oppl"); |