public interface ILocalSearchPlanner
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.
|
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