]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 L0 = <http://www.simantics.org/Layer0-1.1>
2 DIA = <http://www.simantics.org/Diagram-2.2>
3
4
5 DIA.HasLayer <R L0.HasProperty
6     L0.HasRange DIA.Layer
7
8 DIA.HasVisibleTag <R L0.HasProperty
9     L0.HasRange L0.Tag
10 DIA.HasFocusableTag <R L0.HasProperty
11     L0.HasRange L0.Tag
12 DIA.IsActive <R L0.HasProperty
13     L0.HasRange L0.Boolean
14
15 DIA.IsVisible
16     @L0.defTag 
17     @L0.tag L0.Abstract
18     L0.HasDescription "A relation meant to be inherited to create specific tags describing the visibility of any diagram element on a particular layer."
19 DIA.IsFocusable
20     @L0.defTag
21     @L0.tag L0.Abstract
22     L0.HasDescription "A relation meant to be inherited to create specific tags describing the focusability of any diagram element on a particular layer."
23
24 DIA.IsVisibleDummy <R DIA.IsVisible
25 DIA.IsFocusableDummy <R DIA.IsFocusable
26
27 DIA.Layer <T L0.Property
28     @L0.singleProperty DIA.IsActive
29     @L0.singleProperty DIA.HasVisibleTag
30     @L0.singleProperty DIA.HasFocusableTag