Skip to content

Commit

Permalink
Use jcel 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Nov 30, 2015
1 parent bf8a822 commit 589a2de
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>de.tu-dresden.inf.lat.jcel</groupId>
<artifactId>jcel-owlapi</artifactId>
<version>0.23.0</version>
<version>0.22.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -153,11 +153,11 @@
<Import-Package>${import.package}</Import-Package>
<Include-Resource>
{maven-resources}, {maven-dependencies},
@jcel-coreontology-0.23.0.jar,
@jcel-core-0.23.0.jar,
@jcel-ontology-0.23.0.jar,
@jcel-reasoner-0.23.0.jar,
@jcel-owlapi-0.23.0.jar
@jcel-coreontology-0.22.0.jar,
@jcel-core-0.22.0.jar,
@jcel-ontology-0.22.0.jar,
@jcel-reasoner-0.22.0.jar,
@jcel-owlapi-0.22.0.jar
</Include-Resource>
<Require-Bundle>${require.bundle}</Require-Bundle>
</instructions>
Expand Down
4 changes: 2 additions & 2 deletions gel/src/main/java/de/tudresden/inf/lat/gel/GelProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.TreeMap;

import de.tudresden.inf.lat.jcel.core.algorithm.cel.CelExtendedOntology;
import de.tudresden.inf.lat.jcel.core.algorithm.cel.CelProcessor;
import de.tudresden.inf.lat.jcel.core.algorithm.cel.CelProcessorX;
import de.tudresden.inf.lat.jcel.core.graph.IntegerBinaryRelation;
import de.tudresden.inf.lat.jcel.core.graph.IntegerSubsumerGraph;
import de.tudresden.inf.lat.jcel.core.graph.IntegerSubsumerGraphImpl;
Expand All @@ -17,7 +17,7 @@
import de.tudresden.inf.lat.jcel.ontology.axiom.extension.IntegerOntologyObjectFactory;
import de.tudresden.inf.lat.jcel.ontology.normalization.OntologyNormalizer;

public class GelProcessor extends CelProcessor {
public class GelProcessor extends CelProcessorX {
private IntegerSubsumerGraph classGraph;
private IntegerSubsumerGraph objectPropertyGraph;
private Map<Integer, IntegerBinaryRelation> relationGraph;
Expand Down
Loading

0 comments on commit 589a2de

Please sign in to comment.