public interface QueryPlannerItem
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryPlannerVisitor visitor) |
<O> O |
accept(QueryPlannerVisitorEx<O> visitor) |
Set<BindingNode> |
match(Collection<? extends BindingNode> currentLeaves,
ExecutionMonitor executionMonitor,
RuntimeExceptionHandler runtimeExceptionHandler)
Matches this planner items
|
Set<BindingNode> match(Collection<? extends BindingNode> currentLeaves, ExecutionMonitor executionMonitor, RuntimeExceptionHandler runtimeExceptionHandler)
currentLeaves - The current set of leavesexecutionMonitor - The Execution Monitor. Cannot be nullruntimeExceptionHandler - The run-time exception handler. Cannot be null.NullPointerException - if the run-time exception handler or the execution monitor is
null.void accept(QueryPlannerVisitor visitor)
visitor - visitor<O> O accept(QueryPlannerVisitorEx<O> visitor)
O - visitor return typevisitor - visitorCopyright © 2015 The University of Manchester. All Rights Reserved.