Class JoinOrderingHeuristics
java.lang.Object
tools.refinery.interpreter.rete.construction.quasitree.JoinOrderingHeuristics
- All Implemented Interfaces:
Comparator<tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate>
public class JoinOrderingHeuristics
extends Object
implements Comparator<tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate jc1, tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate jc2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
JoinOrderingHeuristics
public JoinOrderingHeuristics()
-
-
Method Details
-
compare
public int compare(tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate jc1, tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate jc2) - Specified by:
compare
in interfaceComparator<tools.refinery.interpreter.rete.construction.quasitree.JoinCandidate>
-