diff options
| author | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-02 10:59:32 +0100 |
|---|---|---|
| committer | yzhou <yzhou@krr-linux.cs.ox.ac.uk> | 2015-05-02 10:59:32 +0100 |
| commit | 58e6d87cb604702e7b307bad73c4fd42a694c3ec (patch) | |
| tree | a8072979fa6dd1c86ccf2fed62b371cc0e6482b9 /test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java | |
| parent | d71035e6f10b3775191ad134d92f897044a592d8 (diff) | |
| download | ACQuA-58e6d87cb604702e7b307bad73c4fd42a694c3ec.tar.gz ACQuA-58e6d87cb604702e7b307bad73c4fd42a694c3ec.zip | |
removed debug output for ore compitition
to add log info, check Utility.java LOGS
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java b/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java index 7aaabed..a07323d 100644 --- a/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java +++ b/test/uk/ac/ox/cs/pagoda/ore/PagodaOWLReasoner.java | |||
| @@ -40,6 +40,7 @@ import uk.ac.ox.cs.JRDFox.model.GroundTerm; | |||
| 40 | import uk.ac.ox.cs.JRDFox.model.Individual; | 40 | import uk.ac.ox.cs.JRDFox.model.Individual; |
| 41 | import uk.ac.ox.cs.pagoda.query.AnswerTuples; | 41 | import uk.ac.ox.cs.pagoda.query.AnswerTuples; |
| 42 | import uk.ac.ox.cs.pagoda.reasoner.QueryReasoner; | 42 | import uk.ac.ox.cs.pagoda.reasoner.QueryReasoner; |
| 43 | import uk.ac.ox.cs.pagoda.util.Utility; | ||
| 43 | 44 | ||
| 44 | public class PagodaOWLReasoner implements OWLReasoner { | 45 | public class PagodaOWLReasoner implements OWLReasoner { |
| 45 | 46 | ||
| @@ -133,7 +134,7 @@ public class PagodaOWLReasoner implements OWLReasoner { | |||
| 133 | ++cnt; | 134 | ++cnt; |
| 134 | } | 135 | } |
| 135 | } | 136 | } |
| 136 | System.out.println("The number of answers: " + cnt); | 137 | Utility.logInfo("The number of answers: " + cnt); |
| 137 | } finally { | 138 | } finally { |
| 138 | if (tuples != null) tuples.dispose(); | 139 | if (tuples != null) tuples.dispose(); |
| 139 | } | 140 | } |
