public class LocalityCheckerLeafBrusher extends Object implements BindingVisitor
| Constructor and Description |
|---|
LocalityCheckerLeafBrusher(LocalityEvaluator evaluator,
ConstraintSystem constraintSystem,
PatternModel patternModel,
Map<Variable<?>,SigmaPlusSigmaMinus> variableBindings,
Set<org.semanticweb.owlapi.model.OWLEntity> signature,
RuntimeExceptionHandler runtimeExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
getConstraintSystem() |
List<BindingNode> |
getExploredBindings() |
List<Boolean> |
getExploredBindingsLocality() |
RuntimeExceptionHandler |
getHandler() |
List<org.semanticweb.owlapi.model.OWLAxiom> |
getNonLocalAxioms() |
Set<org.semanticweb.owlapi.model.OWLEntity> |
getSignature() |
boolean |
isLocal() |
void |
setSignature(Collection<? extends org.semanticweb.owlapi.model.OWLEntity> signature) |
void |
visit(BindingNode bindingNode) |
public LocalityCheckerLeafBrusher(LocalityEvaluator evaluator, ConstraintSystem constraintSystem, PatternModel patternModel, Map<Variable<?>,SigmaPlusSigmaMinus> variableBindings, Set<org.semanticweb.owlapi.model.OWLEntity> signature, RuntimeExceptionHandler runtimeExceptionHandler)
evaluator - evaluatorconstraintSystem - constraintSystempatternModel - patternModelvariableBindings - variableBindingssignature - signatureruntimeExceptionHandler - runtimeExceptionHandlerpublic List<BindingNode> getExploredBindings()
public List<Boolean> getExploredBindingsLocality()
public void visit(BindingNode bindingNode)
visit in interface BindingVisitorpublic boolean isLocal()
public List<org.semanticweb.owlapi.model.OWLAxiom> getNonLocalAxioms()
public Set<org.semanticweb.owlapi.model.OWLEntity> getSignature()
public void setSignature(Collection<? extends org.semanticweb.owlapi.model.OWLEntity> signature)
signature - the signature to setpublic ConstraintSystem getConstraintSystem()
public RuntimeExceptionHandler getHandler()
Copyright © 2015 The University of Manchester. All Rights Reserved.