public final class SemanticLocalityEvaluator extends Object implements LocalityEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected org.semanticweb.owlapi.model.OWLDataFactory |
df |
protected org.semanticweb.owlapi.reasoner.OWLReasoner |
reasoner |
| Constructor and Description |
|---|
SemanticLocalityEvaluator(org.semanticweb.owlapi.model.OWLOntologyManager man,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocal(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<? extends org.semanticweb.owlapi.model.OWLEntity> signature)
True if the axiom is semantically local w.r.t.
|
protected org.semanticweb.owlapi.model.OWLDataFactory df
protected org.semanticweb.owlapi.reasoner.OWLReasoner reasoner
public SemanticLocalityEvaluator(org.semanticweb.owlapi.model.OWLOntologyManager man,
org.semanticweb.owlapi.reasoner.OWLReasoner reasoner)
man - manreasoner - reasonerpublic boolean isLocal(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<? extends org.semanticweb.owlapi.model.OWLEntity> signature)
isLocal in interface LocalityEvaluatoraxiom - The axiom to testsignature - The signaturetrue if the axiom is local w.r.t. given signature
otherwise falseCopyright © 2015 The University of Manchester. All Rights Reserved.