Package com.sun.n1.sps.model.plan

Interface Summary
ExecutionPlan Encapsulates an Execution Plan, a sequence of ExecSteps.
ExecutionPlanID A strongly-typed ID object for ExecutionPlan objects.
ExecutionPlanIDSet A strongly-typed set of ExecutionPlanID objects.
PlanVariableSettings Encapsulates all the settings necessary to run an ExecutionPlan.
PlanVariableSettingsID A unique ID for a plan variable settings object.
SubplanComponentVariableSettings Used by SubplanVariableSettings to mirror the structure of ComponentSelector for Plan Variable Settings persistence.
SubplanComponentVariableSettingsID A unique ID for a subplan component variable settings object.
SubplanVariableSettings Used by PlanVariableSettings to mirror the structure of SubplanPrompt for Plan Variable Settings persistence.
SubplanVariableSettingsID A unique ID for a subplan variable settings object.
 

Class Summary
ExecutionMode A strongly-typed enumeration of execution modes, which may be either PARALLEL or SERIES.
ExecutionMode.Factory Factory for execution mode enums.