]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / matching / GraphMatchingStrategy.java
1 package org.simantics.graph.matching;\r
2 \r
3 /**\r
4  * Extends given graph matching with a certain graph matching strategy.\r
5  * \r
6  * @author Hannu Niemistö\r
7  */\r
8 public interface GraphMatchingStrategy {\r
9         void applyTo(GraphMatching matching);\r
10 }\r