Interface Summary |
IExecutionPlanDocument |
This is the model for drawing purpose. |
IPlanDrawer |
Class that implements this interface can draw a sub-execution plan on a Canvas . |
IPlanParser |
Parse the execution plan from raw data to modeled data --- IExecutionPlanDocument , then
IPlanDrawer will draw it on a Canvas |
IPlanService |
In order to support graphic execution plan when using EPV (SQL Execution Plan View), consumer must provide the plan
parser and plan drawer, which are used to parse the raw plan data and draw graphic plan. |