Class SubPlanFactory
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.matchers.planning.SubPlanFactory
-
public class SubPlanFactory extends java.lang.Object
Single entry point for creating subplans. Can be subclassed by query planner to provide specialized SubPlans.
-
-
Constructor Summary
Constructors Constructor Description SubPlanFactory(PBody body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubPlan
createSubPlan(POperation operation, SubPlan... parentPlans)
-
-
-
Field Detail
-
body
protected PBody body
-
-
Constructor Detail
-
SubPlanFactory
public SubPlanFactory(PBody body)
-
-
Method Detail
-
createSubPlan
public SubPlan createSubPlan(POperation operation, SubPlan... parentPlans)
-
-