]> gerrit.simantics Code Review - simantics/r.git/blobdiff - org.simantics.r.ontology/graph/R.pgraph
refs #6626
[simantics/r.git] / org.simantics.r.ontology / graph / R.pgraph
index cd441bc0258a07d64d38f935587cb66bf2ffa7c4..2aa6093d72347dae81df8fb1ded2b7cc1202e5a3 100644 (file)
@@ -2,6 +2,7 @@ L0 = <http://www.simantics.org/Layer0-1.1>
 SIMU = <http://www.simantics.org/Simulation-1.1>\r
 SEL = <http://www.simantics.org/SelectionView-1.2>\r
 SEL_UI = <http://www.simantics.org/SelectionViewUI-1.1>\r
+MOD = <http://www.simantics.org/Modeling-1.2>\r
 \r
 R = <http://www.simantics.org/R-1.0> : L0.Ontology\r
     @L0.new\r
@@ -24,10 +25,12 @@ R.TabContribution : SEL.TypedVariableTabContribution
     SEL.VariableTabContribution.HasView SEL_UI.StandardProperties\r
     SEL.VariableTabContribution.HasPriority 1\r
     L0.HasLabel "Variables"\r
-    \r
+\r
+R.RProperty <T SEL.GenericParameterType\r
+\r
 R.Session <T SIMU.Run\r
     >-- L0.PartOf --> R.SessionConfiguration\r
-    >-- R.Session.hasValue --> L0.Value <R L0.HasProperty : SEL.GenericParameterType\r
+    >-- R.Session.hasValue --> L0.Value <R L0.HasProperty : R.RProperty\r
         //SEL.HasDisplayValue R.Session.hasValueDisplayValue : L0.Function\r
     \r
     @L0.assert L0.HasLabel "R session"\r
@@ -39,4 +42,6 @@ R.Session <T SIMU.Run
 R.Script <T L0.Entity\r
     >-- R.Script.text --> L0.String <R L0.HasProperty : L0.TotalFunction\r
     \r
-    @L0.assert R.Script.text ""
\ No newline at end of file
+    @L0.assert R.Script.text ""\r
+    \r
+R.Model <T MOD.StructuralModel\r