]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.platform.ui.ontology/graph/PlatformUI.pgraph
093fb87e2c5d1272b7e60f3cdac43fdadeff0164
[simantics/platform.git] / bundles / org.simantics.platform.ui.ontology / graph / PlatformUI.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2 PROJECT = <http://www.simantics.org/Project-1.2>
3 MOD = <http://www.simantics.org/Modeling-1.2>
4 STR = <http://www.simantics.org/Structural-1.2>
5 SEL = <http://www.simantics.org/SelectionView-1.2>
6 SEL_UI = <http://www.simantics.org/SelectionViewUI-1.1>
7 ANNO = <http://www.simantics.org/Annotation-1.0>
8 TEMPLATE = <http://www.simantics.org/ModelingTemplate2d-1.0>
9
10 PlatformUI = <http://www.simantics.org/PlatformUI-1.0> : L0.Ontology
11     @L0.new
12     L0.HasResourceClass "org.simantics.platform.ui.PlatformUIResource"
13     L0.IsLinkedTo SEL
14     L0.IsLinkedTo ANNO
15     L0.IsLinkedTo TEMPLATE
16     
17 PlatformUI.SCLMain : L0.SCLModule
18     L0.SCLModule.definition _ : L0.String
19       @L0.loadString "scl/SCLMain.scl"
20     
21 PlatformUI.NameLabelMode <T L0.String
22     @L0.tag L0.Enumeration
23
24 PlatformUI.NameLabelMode.Name  = "NAME" : L0.String
25 PlatformUI.NameLabelMode.Label  = "LABEL" : L0.String
26 PlatformUI.NameLabelMode.NameAndLabel  = "NAME_AND_LABEL" : L0.String
27 PlatformUI.NameLabelMode.LabelAndName= "LABEL_AND_NAME" : L0.String
28
29 PROJECT.Project
30     >-- PlatformUI.hasNameLabelMode --> PlatformUI.NameLabelMode <R L0.HasProperty : L0.FunctionalRelation
31        
32 PlatformUI.Model <T MOD.StructuralModel
33     @L0.assert MOD.StructuralModel.HasConfigurationType PlatformUI.Configuration
34 PlatformUI.Configuration <T STR.Composite <T L0.RVIContext
35
36 PlatformUI.SharedOntology <T MOD.SharedOntology
37     @L0.assert L0.IsLinkedTo PlatformUI
38
39 PlatformUI.StandardPropertiesTabContribution : SEL.TypedVariableTabContribution
40     SEL.TypedVariableTabContribution.HasType L0.Entity
41     SEL.VariableTabContribution.HasView SEL_UI.StandardProperties
42     SEL.VariableTabContribution.HasPriority -1
43     L0.HasLabel "Properties"