public class MatchingAlgGreedyImp extends MatchingAlgAbstract implements MatchingAlg
Constructor and Description |
---|
MatchingAlgGreedyImp() |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<? super ENode> |
getENodeComparator() |
MatchMapping |
getOptimalMapping(EGraph g1,
EGraph g2) |
void |
setNodeComparator(java.util.Comparator<? super ENode> eNodeContextComparator) |
addMappingOnlyIfOpt, cloneMappingAndAddTo, getCostStrategy, getCriteria, getHeuristicfunction, getNodesAllowedToMap, isValid, matchDummyStartEndAndUpdateMapping, matchOtherLabels, setCostFunction, setCriteria, setHeuristicfunction, setMatchingLabelSet, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCostStrategy, setCostFunction, setMatchingLabelSet
public MatchMapping getOptimalMapping(EGraph g1, EGraph g2)
getOptimalMapping
in interface MatchingAlg
getOptimalMapping
in class MatchingAlgAbstract
public java.util.Comparator<? super ENode> getENodeComparator()
public void setNodeComparator(java.util.Comparator<? super ENode> eNodeContextComparator)