public class InferredAxiomQueryPlannerItem extends AbstractQueryPlannerItem
| Constructor and Description |
|---|
InferredAxiomQueryPlannerItem(ConstraintSystem constraintSystem,
org.semanticweb.owlapi.model.OWLAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryPlannerVisitor visitor) |
<O> O |
accept(QueryPlannerVisitorEx<O> visitor) |
org.semanticweb.owlapi.model.OWLAxiom |
getAxiom() |
Set<BindingNode> |
match(Collection<? extends BindingNode> currentLeaves,
ExecutionMonitor executionMonitor,
RuntimeExceptionHandler runtimeExceptionHandler)
Matches this planner items
|
String |
toString() |
getConstraintSystem, isVariableAxiom, mergepublic InferredAxiomQueryPlannerItem(ConstraintSystem constraintSystem, org.semanticweb.owlapi.model.OWLAxiom axiom)
constraintSystem - constraintSystemaxiom - axiompublic org.semanticweb.owlapi.model.OWLAxiom getAxiom()
public Set<BindingNode> match(Collection<? extends BindingNode> currentLeaves, ExecutionMonitor executionMonitor, RuntimeExceptionHandler runtimeExceptionHandler)
QueryPlannerItemcurrentLeaves - The current set of leavesexecutionMonitor - The Execution Monitor. Cannot be nullruntimeExceptionHandler - The run-time exception handler. Cannot be null.public void accept(QueryPlannerVisitor visitor)
visitor - visitorpublic <O> O accept(QueryPlannerVisitorEx<O> visitor)
O - visitor return typevisitor - visitorCopyright © 2015 The University of Manchester. All Rights Reserved.