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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCostStrategy, setCostFunction, setMatchingLabelSetpublic MatchMapping getOptimalMapping(EGraph g1, EGraph g2)
getOptimalMapping in interface MatchingAlggetOptimalMapping in class MatchingAlgAbstractpublic java.util.Comparator<? super ENode> getENodeComparator()
public void setNodeComparator(java.util.Comparator<? super ENode> eNodeContextComparator)