]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / matching / GraphMatchingStrategy.java
1 package org.simantics.graph.matching;
2
3 /**
4  * Extends given graph matching with a certain graph matching strategy.
5  * 
6  * @author Hannu Niemistö
7  */
8 public interface GraphMatchingStrategy {
9         void applyTo(GraphMatching matching);
10 }