Class SubPlanFactory

java.lang.Object
tools.refinery.interpreter.matchers.planning.SubPlanFactory

public class SubPlanFactory extends Object
Single entry point for creating subplans. Can be subclassed by query planner to provide specialized SubPlans.
  • Field Details

    • body

      protected PBody body
  • Constructor Details

    • SubPlanFactory

      public SubPlanFactory(PBody body)
  • Method Details