@FunctionalInterface public interface LocalityEvaluator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocal(OWLAxiom axiom,
Collection<OWLEntity> signature)
Tests whether a given axiom is local with respect to a given signature.
|
boolean isLocal(OWLAxiom axiom, Collection<OWLEntity> signature)
axiom - the axiom to testsignature - the signature to test againsttrue if the axiom is local w.r.t. the signature;
false otherwiseCopyright © 2016 The University of Manchester. All Rights Reserved.