public class CostFunctionNeighborAsMultisetImpl extends CostStrategyAbstract
csConfig, STRUCTURE_MAX_FLAT| Constructor and Description |
|---|
CostFunctionNeighborAsMultisetImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCost(ENode source,
ENode target,
MatchMapping mapping) |
int |
getCostNoMatch(ENode n,
MatchMapping mapping) |
java.lang.String |
toString() |
getCostConfiguration, getTotalCost, getWeightedCostNoMatch, getWeightedCostOfGlobalStructure, getWeightedCostofMatchedPair, setCostConfigurationpublic java.lang.String toString()
toString in class java.lang.Objectprotected int getCost(ENode source, ENode target, MatchMapping mapping)
getCost in class CostStrategyAbstractpublic int getCostNoMatch(ENode n, MatchMapping mapping)
getCostNoMatch in class CostStrategyAbstract