public class LocalSearchPlanner
extends java.lang.Object
| Constructor and Description |
|---|
LocalSearchPlanner(LocalSearchBackend backend,
org.apache.log4j.Logger logger,
LocalSearchHints configuration) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.eclipse.viatra.query.runtime.localsearch.planner.util.SearchPlanForBody> |
plan(PQuery querySpec,
java.util.Set<PParameter> boundParameters)
Creates executable plans for the provided query.
|
public LocalSearchPlanner(LocalSearchBackend backend, org.apache.log4j.Logger logger, LocalSearchHints configuration)
public java.util.Collection<org.eclipse.viatra.query.runtime.localsearch.planner.util.SearchPlanForBody> plan(PQuery querySpec, java.util.Set<PParameter> boundParameters) throws QueryProcessingException
initializePlanner() methods before calling this method.querySpec - boundParameters - a set of bound parametersQueryProcessingException