]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.ontology/graph/DiagramLayers.pgraph
Change L0.Value => L0.Property to fix variable exceptions
[simantics/platform.git] / bundles / org.simantics.diagram.ontology / graph / DiagramLayers.pgraph
index 457745615bc63bae357dee7f4bffc1dfe77db309..fd9a59169d4042ef9a9e7abc04839340b792a75e 100644 (file)
@@ -1,30 +1,30 @@
-L0 = <http://www.simantics.org/Layer0-1.1>\r
-DIA = <http://www.simantics.org/Diagram-2.2>\r
-\r
-\r
-DIA.HasLayer <R L0.HasProperty\r
-    L0.HasRange DIA.Layer\r
-\r
-DIA.HasVisibleTag <R L0.HasProperty\r
-    L0.HasRange L0.Tag\r
-DIA.HasFocusableTag <R L0.HasProperty\r
-    L0.HasRange L0.Tag\r
-DIA.IsActive <R L0.HasProperty\r
-    L0.HasRange L0.Boolean\r
-\r
-DIA.IsVisible\r
-    @L0.defTag \r
-    @L0.tag L0.Abstract\r
-    L0.HasDescription "A relation meant to be inherited to create specific tags describing the visibility of any diagram element on a particular layer."\r
-DIA.IsFocusable\r
-    @L0.defTag\r
-    @L0.tag L0.Abstract\r
-    L0.HasDescription "A relation meant to be inherited to create specific tags describing the focusability of any diagram element on a particular layer."\r
-\r
-DIA.IsVisibleDummy <R DIA.IsVisible\r
-DIA.IsFocusableDummy <R DIA.IsFocusable\r
-\r
-DIA.Layer <T L0.Entity\r
-    @L0.singleProperty DIA.IsActive\r
-    @L0.singleProperty DIA.HasVisibleTag\r
-    @L0.singleProperty DIA.HasFocusableTag\r
+L0 = <http://www.simantics.org/Layer0-1.1>
+DIA = <http://www.simantics.org/Diagram-2.2>
+
+
+DIA.HasLayer <R L0.HasProperty
+    L0.HasRange DIA.Layer
+
+DIA.HasVisibleTag <R L0.HasProperty
+    L0.HasRange L0.Tag
+DIA.HasFocusableTag <R L0.HasProperty
+    L0.HasRange L0.Tag
+DIA.IsActive <R L0.HasProperty
+    L0.HasRange L0.Boolean
+
+DIA.IsVisible
+    @L0.defTag 
+    @L0.tag L0.Abstract
+    L0.HasDescription "A relation meant to be inherited to create specific tags describing the visibility of any diagram element on a particular layer."
+DIA.IsFocusable
+    @L0.defTag
+    @L0.tag L0.Abstract
+    L0.HasDescription "A relation meant to be inherited to create specific tags describing the focusability of any diagram element on a particular layer."
+
+DIA.IsVisibleDummy <R DIA.IsVisible
+DIA.IsFocusableDummy <R DIA.IsFocusable
+
+DIA.Layer <T L0.Property
+    @L0.singleProperty DIA.IsActive
+    @L0.singleProperty DIA.HasVisibleTag
+    @L0.singleProperty DIA.HasFocusableTag