X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ontology%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2FModelingResources.java;h=0bcb5ecdf2e0bf67c1d1e39f78668ba6ecc47abd;hp=0c4febf8458bd799aa6421d11bc562253601e232;hb=3363d703decd994069d66740681a72c03ce6acf4;hpb=8d7b4615b1e0c7dec59c39e5e5f312a261fd1baf diff --git a/bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java b/bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java index 0c4febf84..0bcb5ecdf 100644 --- a/bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java +++ b/bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java @@ -366,6 +366,7 @@ public class ModelingResources { public final Resource SCLTest_test; public final Resource SCLTest_test_Inverse; public final Resource SCLValue; + public final Resource SVGTabContribution; public final Resource SharedOntology; public final Resource SourceInformation; public final Resource SourceInformation_copiedAtRevision; @@ -790,6 +791,7 @@ public class ModelingResources { public static final String SCLTest_test = "http://www.simantics.org/Modeling-1.2/SCLTest/test"; public static final String SCLTest_test_Inverse = "http://www.simantics.org/Modeling-1.2/SCLTest/test/Inverse"; public static final String SCLValue = "http://www.simantics.org/Modeling-1.2/SCLValue"; + public static final String SVGTabContribution = "http://www.simantics.org/Modeling-1.2/SVGTabContribution"; public static final String SharedOntology = "http://www.simantics.org/Modeling-1.2/SharedOntology"; public static final String SourceInformation = "http://www.simantics.org/Modeling-1.2/SourceInformation"; public static final String SourceInformation_copiedAtRevision = "http://www.simantics.org/Modeling-1.2/SourceInformation/copiedAtRevision"; @@ -1224,6 +1226,7 @@ public class ModelingResources { SCLTest_test = getResourceOrNull(graph, URIs.SCLTest_test); SCLTest_test_Inverse = getResourceOrNull(graph, URIs.SCLTest_test_Inverse); SCLValue = getResourceOrNull(graph, URIs.SCLValue); + SVGTabContribution = getResourceOrNull(graph, URIs.SVGTabContribution); SharedOntology = getResourceOrNull(graph, URIs.SharedOntology); SourceInformation = getResourceOrNull(graph, URIs.SourceInformation); SourceInformation_copiedAtRevision = getResourceOrNull(graph, URIs.SourceInformation_copiedAtRevision);