public interface MatchingAlg
Modifier and Type | Method and Description |
---|---|
CostStrategy |
getCostStrategy() |
MatchMapping |
getOptimalMapping(EGraph g1,
EGraph g2) |
void |
setCostFunction(CostStrategy costfunc) |
void |
setMatchingLabelSet(java.util.Set<java.lang.String> labels) |
MatchMapping getOptimalMapping(EGraph g1, EGraph g2)
CostStrategy getCostStrategy()
void setCostFunction(CostStrategy costfunc)
void setMatchingLabelSet(java.util.Set<java.lang.String> labels)