X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.layer0%2Fsrc%2Forg%2Fsimantics%2Flayer0%2FLayer0.java;h=2ea58b89cf78b46fab593e6a15df777c029d694a;hp=16b7159f0249eaf3d491af8c8932b67e39307e43;hb=9acebe9584f8f2a78f0322b6e0e24438e7ceb984;hpb=081bf7e08a67c0af23c5846e163be39bb19f12cb diff --git a/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java b/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java index 16b7159f0..2ea58b89c 100644 --- a/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java +++ b/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java @@ -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; @@ -356,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"; @@ -658,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);