public class SimpleOwlSim.ScoreAttributePair extends Object implements Comparable<SimpleOwlSim.ScoreAttributePair>
Modifier and Type | Field and Description |
---|---|
org.semanticweb.owlapi.model.OWLClass |
attributeClass |
double |
score |
Constructor and Description |
---|
ScoreAttributePair(double score,
org.semanticweb.owlapi.model.OWLClass attributeClass) |
public double score
public org.semanticweb.owlapi.model.OWLClass attributeClass
public ScoreAttributePair(double score, org.semanticweb.owlapi.model.OWLClass attributeClass)
public int compareTo(SimpleOwlSim.ScoreAttributePair p2)
compareTo
in interface Comparable<SimpleOwlSim.ScoreAttributePair>
Copyright © 2010–2016. All rights reserved.