]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - 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
diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java b/bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java
new file mode 100644 (file)
index 0000000..b789277
--- /dev/null
@@ -0,0 +1,10 @@
+package org.simantics.graph.matching;\r
+\r
+/**\r
+ * Extends given graph matching with a certain graph matching strategy.\r
+ * \r
+ * @author Hannu Niemistö\r
+ */\r
+public interface GraphMatchingStrategy {\r
+       void applyTo(GraphMatching matching);\r
+}\r