]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java
Merge commit '876ede6'
[simantics/platform.git] / bundles / org.simantics.modeling.ontology / src / org / simantics / modeling / ModelingResources.java
index 5d42efbabe6a680b7ffcbf67107cdeeda2c30edd..0bcb5ecdf2e0bf67c1d1e39f78668ba6ecc47abd 100644 (file)
@@ -332,6 +332,7 @@ public class ModelingResources {
     public final Resource OntologyDependencies;\r
     public final Resource Operations;\r
     public final Resource Operations_NavigateToTarget;\r
+    public final Resource PageSettingsTypicalRule;\r
     public final Resource PartialIC;\r
     public final Resource PlainModelBrowser;\r
     public final Resource Predicates;\r
@@ -365,6 +366,7 @@ public class ModelingResources {
     public final Resource SCLTest_test;\r
     public final Resource SCLTest_test_Inverse;\r
     public final Resource SCLValue;\r
+    public final Resource SVGTabContribution;\r
     public final Resource SharedOntology;\r
     public final Resource SourceInformation;\r
     public final Resource SourceInformation_copiedAtRevision;\r
@@ -755,6 +757,7 @@ public class ModelingResources {
         public static final String OntologyDependencies = "http://www.simantics.org/Modeling-1.2/OntologyDependencies";\r
         public static final String Operations = "http://www.simantics.org/Modeling-1.2/Operations";\r
         public static final String Operations_NavigateToTarget = "http://www.simantics.org/Modeling-1.2/Operations/NavigateToTarget";\r
+        public static final String PageSettingsTypicalRule = "http://www.simantics.org/Modeling-1.2/PageSettingsTypicalRule";\r
         public static final String PartialIC = "http://www.simantics.org/Modeling-1.2/PartialIC";\r
         public static final String PlainModelBrowser = "http://www.simantics.org/Modeling-1.2/PlainModelBrowser";\r
         public static final String Predicates = "http://www.simantics.org/Modeling-1.2/Predicates";\r
@@ -788,6 +791,7 @@ public class ModelingResources {
         public static final String SCLTest_test = "http://www.simantics.org/Modeling-1.2/SCLTest/test";\r
         public static final String SCLTest_test_Inverse = "http://www.simantics.org/Modeling-1.2/SCLTest/test/Inverse";\r
         public static final String SCLValue = "http://www.simantics.org/Modeling-1.2/SCLValue";\r
+        public static final String SVGTabContribution = "http://www.simantics.org/Modeling-1.2/SVGTabContribution";\r
         public static final String SharedOntology = "http://www.simantics.org/Modeling-1.2/SharedOntology";\r
         public static final String SourceInformation = "http://www.simantics.org/Modeling-1.2/SourceInformation";\r
         public static final String SourceInformation_copiedAtRevision = "http://www.simantics.org/Modeling-1.2/SourceInformation/copiedAtRevision";\r
@@ -1188,6 +1192,7 @@ public class ModelingResources {
         OntologyDependencies = getResourceOrNull(graph, URIs.OntologyDependencies);\r
         Operations = getResourceOrNull(graph, URIs.Operations);\r
         Operations_NavigateToTarget = getResourceOrNull(graph, URIs.Operations_NavigateToTarget);\r
+        PageSettingsTypicalRule = getResourceOrNull(graph, URIs.PageSettingsTypicalRule);\r
         PartialIC = getResourceOrNull(graph, URIs.PartialIC);\r
         PlainModelBrowser = getResourceOrNull(graph, URIs.PlainModelBrowser);\r
         Predicates = getResourceOrNull(graph, URIs.Predicates);\r
@@ -1221,6 +1226,7 @@ public class ModelingResources {
         SCLTest_test = getResourceOrNull(graph, URIs.SCLTest_test);\r
         SCLTest_test_Inverse = getResourceOrNull(graph, URIs.SCLTest_test_Inverse);\r
         SCLValue = getResourceOrNull(graph, URIs.SCLValue);\r
+        SVGTabContribution = getResourceOrNull(graph, URIs.SVGTabContribution);\r
         SharedOntology = getResourceOrNull(graph, URIs.SharedOntology);\r
         SourceInformation = getResourceOrNull(graph, URIs.SourceInformation);\r
         SourceInformation_copiedAtRevision = getResourceOrNull(graph, URIs.SourceInformation_copiedAtRevision);\r