]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/src/org/simantics/modeling/typicals/ITypicalSynchronizationRule.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / typicals / ITypicalSynchronizationRule.java
index d94096d3db95069cdf959e4002aa1297731f2fcd..a9417968a7afc10b7ee2edca4c36f4edf11dd1b5 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.modeling.typicals;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.WriteGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-/**\r
- * Represents a single or composed synchronization operation from a typical\r
- * template diagram element to an instance of the same element.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface ITypicalSynchronizationRule {\r
-\r
-    /**\r
-     * @param graph\r
-     * @param template the template source of synchronization\r
-     * @param instance the target instance of synchronization\r
-     * @param info\r
-     * @return <code>true</code> if synchronization made changes to the database\r
-     * @throws DatabaseException\r
-     */\r
-    boolean synchronize(WriteGraph graph, Resource template, Resource instance, TypicalInfo info)\r
-            throws DatabaseException;\r
-\r
-}\r
+package org.simantics.modeling.typicals;
+
+import org.simantics.db.Resource;
+import org.simantics.db.WriteGraph;
+import org.simantics.db.exception.DatabaseException;
+
+/**
+ * Represents a single or composed synchronization operation from a typical
+ * template diagram element to an instance of the same element.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface ITypicalSynchronizationRule {
+
+    /**
+     * @param graph
+     * @param template the template source of synchronization
+     * @param instance the target instance of synchronization
+     * @param info
+     * @return <code>true</code> if synchronization made changes to the database
+     * @throws DatabaseException
+     */
+    boolean synchronize(WriteGraph graph, Resource template, Resource instance, TypicalInfo info)
+            throws DatabaseException;
+
+}