]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java
Initial version of SVG tab contribution
[simantics/platform.git] / bundles / org.simantics.modeling.ontology / src / org / simantics / modeling / ModelingResources.java
index 0c4febf8458bd799aa6421d11bc562253601e232..0bcb5ecdf2e0bf67c1d1e39f78668ba6ecc47abd 100644 (file)
@@ -366,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
@@ -790,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
@@ -1224,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