]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph
Added Edge.ThicknessProperty for generic edge-thickness styling
[simantics/district.git] / org.simantics.district.network.ontology / graph / DistrictNetworkProfiles.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2 DIA = <http://www.simantics.org/Diagram-2.2>
3 STR = <http://www.simantics.org/Structural-1.2>
4 MOD = <http://www.simantics.org/Modeling-1.2>
5 VP = <http://www.simantics.org/Viewpoint-1.2>
6 IMAGE = <http://www.simantics.org/Image2-1.2>
7 SEL = <http://www.simantics.org/SelectionView-1.2>
8 SEL_UI = <http://www.simantics.org/SelectionViewUI-1.1>
9 G2D = <http://www.simantics.org/G2D-1.1>
10 DN = <http://www.simantics.org/DistrictNetwork-1.0>
11
12 /*
13 DN.DistrictProfile : DIA.Profile
14     L0.HasLabel "District Network Profile"
15     DIA.Profile.priority 0.0
16     DIA.HasEntries
17       _ : DIA.Profile
18         @L0.list
19           DN.DistrictProfile.entry1
20             L0.HasLabel "Node Coloring"
21             @DIA.groupStyleProfileEntry DN.VertexStyle DN.Groups.VertexGroup
22           DN.DistrictProfile.entry2
23             L0.HasLabel "Edge Styling"
24             @DIA.groupStyleProfileEntry DN.EdgeStyle DN.Groups.EdgeGroup
25 */
26
27 DN.Groups : L0.Library
28
29 DN.Groups.VertexGroup : DIA.TypeGroup
30   DIA.TypeGroup.HasType DN.Vertex
31 DN.Groups.EdgeGroup : DIA.TypeGroup
32   DIA.TypeGroup.HasType DN.Edge
33
34 DN.VertexStyle : DIA.Style
35 DN.EdgeStyle : DIA.Style