Class OrderingHeuristics
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.rete.construction.basiclinear.OrderingHeuristics
-
- All Implemented Interfaces:
java.util.Comparator<PConstraint>
public class OrderingHeuristics extends java.lang.Object implements java.util.Comparator<PConstraint>
-
-
Constructor Summary
Constructors Constructor Description OrderingHeuristics(SubPlan plan, IQueryMetaContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(PConstraint o1, PConstraint o2)
-
-
-
Constructor Detail
-
OrderingHeuristics
public OrderingHeuristics(SubPlan plan, IQueryMetaContext context)
-
-
Method Detail
-
compare
public int compare(PConstraint o1, PConstraint o2)
- Specified by:
compare
in interfacejava.util.Comparator<PConstraint>
-
-