public class CostHeuristicFunctionComplexImpl extends CostStrategyAbstract implements HeuristicStrategy
csConfig, STRUCTURE_MAX_FLAT| Constructor and Description |
|---|
CostHeuristicFunctionComplexImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCost(ENode source,
ENode target,
MatchMapping mapping) |
int |
getCostNoMatch(ENode n,
MatchMapping mapping) |
void |
setMapLabelToIndex(java.util.Map<java.lang.String,java.lang.Integer> mapLabelToIndex) |
java.lang.String |
toString() |
getCostConfiguration, getTotalCost, getWeightedCostNoMatch, getWeightedCostOfGlobalStructure, getWeightedCostofMatchedPair, setCostConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCostConfiguration, getTotalCost, getWeightedCostNoMatch, getWeightedCostOfGlobalStructure, getWeightedCostofMatchedPair, setCostConfigurationpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setMapLabelToIndex(java.util.Map<java.lang.String,java.lang.Integer> mapLabelToIndex)
public int getCost(ENode source, ENode target, MatchMapping mapping)
getCost in interface HeuristicStrategygetCost in class CostStrategyAbstractpublic int getCostNoMatch(ENode n, MatchMapping mapping)
getCostNoMatch in interface HeuristicStrategygetCostNoMatch in class CostStrategyAbstract