Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Jan 20, 2016
1 parent 8c56a7a commit 24a592e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -18,8 +18,6 @@
*/
package org.dllearner.algorithms.ocel;

import java.util.Set;

import org.dllearner.core.Component;
import org.dllearner.core.ComponentAnn;
import org.dllearner.core.ComponentInitException;
Expand All @@ -28,6 +26,8 @@
import org.semanticweb.owlapi.model.OWLDataSomeValuesFrom;
import org.semanticweb.owlapi.model.OWLObjectComplementOf;

import java.util.Set;

/**
* This heuristic combines the following criteria to assign a
* double score value to a node:
Expand Down

0 comments on commit 24a592e

Please sign in to comment.