public interface IPlanDescriptor
Modifier and Type | Method and Description |
---|---|
java.util.Set<PParameter> |
getAdornment()
The set of parameters this plan assumes to be bound
|
java.util.Set<IInputKey> |
getIteratedKeys()
The collection of
IInputKey s which needs to be iterated during the execution of this plan. |
java.lang.Iterable<org.eclipse.viatra.query.runtime.localsearch.planner.util.SearchPlanForBody> |
getPlan()
The iterator of executable search plans for each body in the query
|
PQuery |
getQuery()
The query which this plan implements
|
PQuery getQuery()
java.lang.Iterable<org.eclipse.viatra.query.runtime.localsearch.planner.util.SearchPlanForBody> getPlan()
java.util.Set<PParameter> getAdornment()