public class OldSimpleOwlSim.ScoreAttributesPair extends Object
Modifier and Type | Field and Description |
---|---|
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
attributeClassSet |
Double |
score |
Constructor and Description |
---|
ScoreAttributesPair(double score) |
ScoreAttributesPair(Double score,
org.semanticweb.owlapi.model.OWLClassExpression ac) |
ScoreAttributesPair(Double score,
Set<org.semanticweb.owlapi.model.OWLClassExpression> acs) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeClass(org.semanticweb.owlapi.model.OWLClassExpression ac) |
public Double score
public Set<org.semanticweb.owlapi.model.OWLClassExpression> attributeClassSet
public ScoreAttributesPair(Double score, org.semanticweb.owlapi.model.OWLClassExpression ac)
public ScoreAttributesPair(Double score, Set<org.semanticweb.owlapi.model.OWLClassExpression> acs)
public ScoreAttributesPair(double score)
Copyright © 2010–2016. All rights reserved.