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