]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document.base.ontology/graph/Profiles.pgraph
Fixing wrong value types
[simantics/platform.git] / bundles / org.simantics.document.base.ontology / graph / Profiles.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2 DIA = <http://www.simantics.org/Diagram-2.2>
3 DOC = <http://www.simantics.org/Documentation-1.2>
4 SIMU = <http://www.simantics.org/Simulation-1.1>
5
6
7 /*
8 PROFILES = DOC.Profiles : L0.Library
9
10 groupStyleEntry : L0.Template
11     @template %subject %style %group
12         %subject : DIA.GroupStyleProfileEntry
13             DIA.ProfileEntry.HasStyle %style
14             DIA.ProfileEntry.HasGroup %group
15             
16 DOC.DocumentationProfile : DIA.Profile
17   L0.HasLabel "Documentation Profile"
18   DIA.HasEntries _ : L0.List
19     @L0.list
20       PROFILES.DialogBox
21       PROFILES.TabSheet
22       PROFILES.Label  
23   SIMU.IsActive 
24     PROFILES.DialogBox
25     PROFILES.TabSheet
26     PROFILES.Label    
27   
28 PROFILES.AllElementsGroup : DIA.TypeGroup
29     L0.HasLabel "Element"
30     DIA.TypeGroup.HasType DIA.Element  
31
32 PROFILES.DialogBoxStyle : DIA.Style
33
34 PROFILES.DialogBox
35     L0.HasLabel "Dialog box visualizations"
36     @groupStyleEntry PROFILES.DialogBoxStyle PROFILES.AllElementsGroup
37     
38 PROFILES.TabStyle : DIA.Style
39
40 PROFILES.TabSheet
41     L0.HasLabel "Tab sheet visualizations"
42     @groupStyleEntry PROFILES.TabStyle PROFILES.AllElementsGroup   
43     
44 PROFILES.LabelStyle : DIA.Style
45
46 PROFILES.Label
47     L0.HasLabel "Label visualizations"
48     @groupStyleEntry PROFILES.LabelStyle PROFILES.AllElementsGroup
49     */