| Interface | Description |
|---|---|
| IPlanDescriptor |
Denotes an executable plan
|
| IPlanProvider |
| Class | Description |
|---|---|
| CachingPlanProvider |
A plan provider implementation which caches previously calculated plans to avoid re-planning for the same adornment
|
| PlanDescriptor | |
| SearchPlan |
A SearchPlan stores a collection of SearchPlanOperations for a fixed order of variables.
|
| SearchPlanExecutor |
A search plan executor is used to execute
SearchPlan instances. |