]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0/graph/Layer0Migration.pgraph
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.layer0 / graph / Layer0Migration.pgraph
index 1c99554cd4c9cd3ce21d6a04b65790668bf8a237..a2be43da621621ba2cc07cdb1876fe67450ef378 100644 (file)
@@ -1,57 +1,57 @@
-L0 = <http://www.simantics.org/Layer0-1.1>\r
-\r
-\r
-L0.Migration <T L0.Entity\r
-    >-- L0.Migration.from --> L0.Integer <R L0.HasProperty : L0.TotalFunction\r
-    >-- L0.Migration.format --> L0.String <R L0.HasProperty : L0.TotalFunction\r
-    >-- L0.Migration.step --> L0.MigrationStep <R L0.HasProperty\r
-    >-- L0.Migration.priority --> L0.Double <R L0.HasProperty : L0.TotalFunction\r
-\r
-/* \r
- * Migration step\r
- */\r
-L0.MigrationStep <T L0.Entity\r
-   \r
-\r
-/*\r
- * A sequence of migration steps\r
- */\r
-L0.MigrationSequence <T L0.MigrationStep <T L0.List\r
-\r
-\r
-/* \r
- * If a migration step inherits SCLMigrationStep,\r
- * the migration step action is obtained with scl command L0.MigrationStep.stepAction\r
- * Given SCL expression must return MigrationStep\r
- */\r
-L0.SCLMigrationStep <T L0.Entity\r
-    >-- L0.MigrationStep.stepAction --> L0.SCLMigrationStep.SCLMigrationStepAction <R L0.HasProperty : L0.FunctionalRelation\r
-\r
-L0.SCLMigrationStep.SCLMigrationStepAction <T L0.SCLValue\r
-    @L0.assert L0.HasValueType "MigrationStep"      \r
-    \r
-    \r
-/*\r
- * Namespace migration is a basic transformation needed for import\r
- *\r
- * Consists of L0.NamespaceMigrationStep.Prefix\r
- */\r
-L0.NamespaceMigrationStep <T L0.MigrationStep  <T L0.List\r
-\r
-L0.NamespaceMigrationStep.Prefix <T L0.Entity\r
-    >-- L0.NamespaceMigrationStep.Prefix.base --> L0.String <R L0.HasProperty : L0.TotalFunction\r
-    >-- L0.NamespaceMigrationStep.Prefix.from --> L0.String <R L0.HasProperty : L0.TotalFunction\r
-    >-- L0.NamespaceMigrationStep.Prefix.to --> L0.String <R L0.HasProperty : L0.TotalFunction\r
-\r
-/*\r
- * Ordered sets may be replaced with lists.\r
- * Consists of L0.OrderedSetToListStep.change\r
- */\r
-L0.OrderedSetToListMigrationStep <T L0.MigrationStep <T L0.List\r
-\r
-L0.OrderedSetToListMigrationStep.Change <T L0.Entity\r
-    >-- L0.OrderedSetToListMigrationStep.entityType --> L0.String <T L0.HasProperty : L0.TotalFunction\r
-    >-- L0.OrderedSetToListMigrationStep.orderedSetRelation --> L0.String <T L0.HasProperty : L0.TotalFunction\r
-    >-- L0.OrderedSetToListMigrationStep.orderedSetType --> L0.String <T L0.HasProperty : L0.TotalFunction\r
-    >-- L0.OrderedSetToListMigrationStep.listRelation --> L0.String <T L0.HasProperty : L0.TotalFunction\r
-    >-- L0.OrderedSetToListMigrationStep.listType --> L0.String <T L0.HasProperty : L0.TotalFunction\r
+L0 = <http://www.simantics.org/Layer0-1.1>
+
+
+L0.Migration <T L0.Entity
+    >-- L0.Migration.from --> L0.Integer <R L0.HasProperty : L0.TotalFunction
+    >-- L0.Migration.format --> L0.String <R L0.HasProperty : L0.TotalFunction
+    >-- L0.Migration.step --> L0.MigrationStep <R L0.HasProperty
+    >-- L0.Migration.priority --> L0.Double <R L0.HasProperty : L0.TotalFunction
+
+/* 
+ * Migration step
+ */
+L0.MigrationStep <T L0.Entity
+   
+
+/*
+ * A sequence of migration steps
+ */
+L0.MigrationSequence <T L0.MigrationStep <T L0.List
+
+
+/* 
+ * If a migration step inherits SCLMigrationStep,
+ * the migration step action is obtained with scl command L0.MigrationStep.stepAction
+ * Given SCL expression must return MigrationStep
+ */
+L0.SCLMigrationStep <T L0.Entity
+    >-- L0.MigrationStep.stepAction --> L0.SCLMigrationStep.SCLMigrationStepAction <R L0.HasProperty : L0.FunctionalRelation
+
+L0.SCLMigrationStep.SCLMigrationStepAction <T L0.SCLValue
+    @L0.assert L0.HasValueType "MigrationStep"      
+    
+    
+/*
+ * Namespace migration is a basic transformation needed for import
+ *
+ * Consists of L0.NamespaceMigrationStep.Prefix
+ */
+L0.NamespaceMigrationStep <T L0.MigrationStep  <T L0.List
+
+L0.NamespaceMigrationStep.Prefix <T L0.Entity
+    >-- L0.NamespaceMigrationStep.Prefix.base --> L0.String <R L0.HasProperty : L0.TotalFunction
+    >-- L0.NamespaceMigrationStep.Prefix.from --> L0.String <R L0.HasProperty : L0.TotalFunction
+    >-- L0.NamespaceMigrationStep.Prefix.to --> L0.String <R L0.HasProperty : L0.TotalFunction
+
+/*
+ * Ordered sets may be replaced with lists.
+ * Consists of L0.OrderedSetToListStep.change
+ */
+L0.OrderedSetToListMigrationStep <T L0.MigrationStep <T L0.List
+
+L0.OrderedSetToListMigrationStep.Change <T L0.Entity
+    >-- L0.OrderedSetToListMigrationStep.entityType --> L0.String <T L0.HasProperty : L0.TotalFunction
+    >-- L0.OrderedSetToListMigrationStep.orderedSetRelation --> L0.String <T L0.HasProperty : L0.TotalFunction
+    >-- L0.OrderedSetToListMigrationStep.orderedSetType --> L0.String <T L0.HasProperty : L0.TotalFunction
+    >-- L0.OrderedSetToListMigrationStep.listRelation --> L0.String <T L0.HasProperty : L0.TotalFunction
+    >-- L0.OrderedSetToListMigrationStep.listType --> L0.String <T L0.HasProperty : L0.TotalFunction