]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java
Merge branch 'feature/funcwrite'
[simantics/platform.git] / bundles / org.simantics.layer0 / src / org / simantics / layer0 / Layer0.java
index 752039a160f001cae7f95665acfd6f8169d8dd55..2ea58b89cf78b46fab593e6a15df777c029d694a 100644 (file)
@@ -64,6 +64,7 @@ public class Layer0 {
     public final Resource Entity_published;
     public final Resource Entity_published_Inverse;
     public final Resource Enumeration;
+    public final Resource ExternalEntity;
     public final Resource ExternalValue;
     public final Resource False;
     public final Resource Final;
@@ -192,6 +193,8 @@ public class Layer0 {
     public final Resource NamespaceMigrationStep_Prefix_to;
     public final Resource NamespaceMigrationStep_Prefix_to_Inverse;
     public final Resource Ontology;
+    public final Resource Ontology_download;
+    public final Resource Ontology_download_Inverse;
     public final Resource Ontology_global;
     public final Resource Ontology_global_Inverse;
     public final Resource OrderedSet;
@@ -354,6 +357,7 @@ public class Layer0 {
         public static final String Entity_published = "http://www.simantics.org/Layer0-1.1/Entity/published";
         public static final String Entity_published_Inverse = "http://www.simantics.org/Layer0-1.1/Entity/published/Inverse";
         public static final String Enumeration = "http://www.simantics.org/Layer0-1.1/Enumeration";
+        public static final String ExternalEntity = "http://www.simantics.org/Layer0-1.1/ExternalEntity";
         public static final String ExternalValue = "http://www.simantics.org/Layer0-1.1/ExternalValue";
         public static final String False = "http://www.simantics.org/Layer0-1.1/False";
         public static final String Final = "http://www.simantics.org/Layer0-1.1/Final";
@@ -482,6 +486,8 @@ public class Layer0 {
         public static final String NamespaceMigrationStep_Prefix_to = "http://www.simantics.org/Layer0-1.1/NamespaceMigrationStep/Prefix/to";
         public static final String NamespaceMigrationStep_Prefix_to_Inverse = "http://www.simantics.org/Layer0-1.1/NamespaceMigrationStep/Prefix/to/Inverse";
         public static final String Ontology = "http://www.simantics.org/Layer0-1.1/Ontology";
+        public static final String Ontology_download = "http://www.simantics.org/Layer0-1.1/Ontology/download";
+        public static final String Ontology_download_Inverse = "http://www.simantics.org/Layer0-1.1/Ontology/download/Inverse";
         public static final String Ontology_global = "http://www.simantics.org/Layer0-1.1/Ontology/global";
         public static final String Ontology_global_Inverse = "http://www.simantics.org/Layer0-1.1/Ontology/global/Inverse";
         public static final String OrderedSet = "http://www.simantics.org/Layer0-1.1/OrderedSet";
@@ -654,6 +660,7 @@ public class Layer0 {
         Entity_published = getResourceOrNull(graph, URIs.Entity_published);
         Entity_published_Inverse = getResourceOrNull(graph, URIs.Entity_published_Inverse);
         Enumeration = getResourceOrNull(graph, URIs.Enumeration);
+        ExternalEntity = getResourceOrNull(graph, URIs.ExternalEntity);
         ExternalValue = getResourceOrNull(graph, URIs.ExternalValue);
         False = getResourceOrNull(graph, URIs.False);
         Final = getResourceOrNull(graph, URIs.Final);
@@ -782,6 +789,8 @@ public class Layer0 {
         NamespaceMigrationStep_Prefix_to = getResourceOrNull(graph, URIs.NamespaceMigrationStep_Prefix_to);
         NamespaceMigrationStep_Prefix_to_Inverse = getResourceOrNull(graph, URIs.NamespaceMigrationStep_Prefix_to_Inverse);
         Ontology = getResourceOrNull(graph, URIs.Ontology);
+        Ontology_download = getResourceOrNull(graph, URIs.Ontology_download);
+        Ontology_download_Inverse = getResourceOrNull(graph, URIs.Ontology_download_Inverse);
         Ontology_global = getResourceOrNull(graph, URIs.Ontology_global);
         Ontology_global_Inverse = getResourceOrNull(graph, URIs.Ontology_global_Inverse);
         OrderedSet = getResourceOrNull(graph, URIs.OrderedSet);