Class BasicLinearLayout
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.rete.construction.basiclinear.BasicLinearLayout
-
- All Implemented Interfaces:
IQueryPlannerStrategy
public class BasicLinearLayout extends java.lang.Object implements IQueryPlannerStrategy
Basic layout that builds a linear RETE net based on a heuristic ordering of constraints.
-
-
Constructor Summary
Constructors Constructor Description BasicLinearLayout(IQueryBackendContext bContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubPlan
plan(PBody pSystem, org.apache.log4j.Logger logger, IQueryMetaContext context)
-
-
-
Constructor Detail
-
BasicLinearLayout
public BasicLinearLayout(IQueryBackendContext bContext)
- Parameters:
bContext
-- Since:
- 1.5
-
-
Method Detail
-
plan
public SubPlan plan(PBody pSystem, org.apache.log4j.Logger logger, IQueryMetaContext context)
- Specified by:
plan
in interfaceIQueryPlannerStrategy
-
-