package org.simantics.graph.matching; /** * Extends given graph matching with a certain graph matching strategy. * * @author Hannu Niemistö */ public interface GraphMatchingStrategy { void applyTo(GraphMatching matching); }