public class JoinOrderingHeuristics
extends java.lang.Object
implements java.util.Comparator<org.eclipse.incquery.runtime.rete.construction.quasitree.JoinCandidate>
Constructor and Description |
---|
JoinOrderingHeuristics() |
Modifier and Type | Method and Description |
---|---|
int |
compare(org.eclipse.incquery.runtime.rete.construction.quasitree.JoinCandidate jc1,
org.eclipse.incquery.runtime.rete.construction.quasitree.JoinCandidate jc2) |
public int compare(org.eclipse.incquery.runtime.rete.construction.quasitree.JoinCandidate jc1, org.eclipse.incquery.runtime.rete.construction.quasitree.JoinCandidate jc2)
compare
in interface java.util.Comparator<org.eclipse.incquery.runtime.rete.construction.quasitree.JoinCandidate>