public interface HeuristicStrategy extends CostStrategy
Modifier and Type | Method and Description |
---|---|
int |
getCost(ENode source,
ENode target,
MatchMapping mappingSoFar) |
int |
getCostNoMatch(ENode n,
MatchMapping mappingSoFar) |
getCostConfiguration, getTotalCost, getWeightedCostNoMatch, getWeightedCostOfGlobalStructure, getWeightedCostofMatchedPair, setCostConfiguration
int getCost(ENode source, ENode target, MatchMapping mappingSoFar)
int getCostNoMatch(ENode n, MatchMapping mappingSoFar)