org.eclipse.datatools.sqltools.plan
Interface IPlanParser


public interface IPlanParser

Parse the execution plan from raw data to modeled data --- IExecutionPlanDocument, then IPlanDrawer will draw it on a Canvas.
Generally speaking, the raw data of the plan is expected to be a well-formed xml string.

Author:
Dafan Yang
See Also:
IExecutionPlanDocument

Method Summary
 IExecutionPlanDocument[] parsePlan(java.lang.String rawPlan)
          Parses the raw data of execution plan to IExecutionPlanDocument array
 

Method Detail

parsePlan

IExecutionPlanDocument[] parsePlan(java.lang.String rawPlan)
Parses the raw data of execution plan to IExecutionPlanDocument array

Parameters:
rawPlan - the raw data of execution plan
Returns:
the execution plan documents