@PortedFrom(file="LocalityChecker.h", name="LocalityChecker") public interface LocalityChecker
| Modifier and Type | Method and Description |
|---|---|
TSignature |
getSignature() |
boolean |
local(AxiomInterface axiom) |
void |
preprocessOntology(Collection<AxiomInterface> vec)
allow the checker to preprocess an ontology if necessary
|
void |
setSignatureValue(TSignature sig) |
@PortedFrom(file="LocalityChecker.h", name="local") boolean local(AxiomInterface axiom)
axiom - axiom@PortedFrom(file="LocalityChecker.h", name="preprocessOntology") void preprocessOntology(Collection<AxiomInterface> vec)
vec - vec@PortedFrom(file="LocalityChecker.h", name="setSignatureValue") void setSignatureValue(TSignature sig)
sig - sig@PortedFrom(file="LocalityChecker.h", name="getSignature") TSignature getSignature()
Copyright © 2015 The University of Manchester. All rights reserved.