public class SemanticLocalityEvaluator extends Object implements LocalityEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected org.semanticweb.owlapi.model.OWLDataFactory |
df |
protected static Logger |
log |
protected org.semanticweb.owlapi.reasoner.OWLReasoner |
reasoner |
| Constructor and Description |
|---|
SemanticLocalityEvaluator(org.semanticweb.owlapi.model.OWLOntologyManager man,
org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory) |
protected static final Logger log
protected final org.semanticweb.owlapi.model.OWLDataFactory df
protected final org.semanticweb.owlapi.reasoner.OWLReasoner reasoner
public SemanticLocalityEvaluator(org.semanticweb.owlapi.model.OWLOntologyManager man,
org.semanticweb.owlapi.reasoner.OWLReasonerFactory reasonerFactory)
man - ontology managerreasonerFactory - reasoner factorypublic boolean isLocal(org.semanticweb.owlapi.model.OWLAxiom axiom,
Set<? extends org.semanticweb.owlapi.model.OWLEntity> signature)
LocalityEvaluatorisLocal in interface LocalityEvaluatoraxiom - the axiom to testsignature - the signature to test againsttrue if the axiom is local w.r.t. the signature; false otherwiseCopyright © 2013 The University of Manchester. All Rights Reserved.