diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java b/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java deleted file mode 100644 index d50c2d4..0000000 --- a/src/uk/ac/ox/cs/pagoda/rules/DisjunctiveProgram.java +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | package uk.ac.ox.cs.pagoda.rules; | ||
| 2 | |||
| 3 | import uk.ac.ox.cs.pagoda.rules.approximators.OverApproxExist; | ||
| 4 | |||
| 5 | public class DisjunctiveProgram extends UpperProgram { | ||
| 6 | |||
| 7 | @Override | ||
| 8 | protected void initApproximator() { | ||
| 9 | m_approx = new OverApproxExist(); | ||
| 10 | } | ||
| 11 | |||
| 12 | // @Override | ||
| 13 | // public String getDirectory() { | ||
| 14 | // File dir = new File(ontologyDirectory + Utility.FILE_SEPARATOR + "disjunctiveRules"); | ||
| 15 | // if (!dir.exists()) | ||
| 16 | // dir.mkdirs(); | ||
| 17 | // return dir.getPath(); | ||
| 18 | // } | ||
| 19 | |||
| 20 | } | ||
