]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.annotation.ontology/src/org/simantics/annotation/ontology/AnnotationResource.java
Merge commit '31664b6'
[simantics/platform.git] / bundles / org.simantics.annotation.ontology / src / org / simantics / annotation / ontology / AnnotationResource.java
index f2fb52856b28a103ac50ea953e6ab3ed57560135..a9b49aca4db263795087bf06c2958b5d2fa086e1 100644 (file)
@@ -25,6 +25,8 @@ public class AnnotationResource {
     @Deprecated public final Resource AnnotationTypeLibrary;\r
     @Deprecated public final Resource AnnotationTypeLibraryUI;\r
     @Deprecated public final Resource AnnotationTypeUI;\r
+    public final Resource AnnotationType_systemAnnotation;\r
+    public final Resource AnnotationType_systemAnnotation_Inverse;\r
     @Deprecated public final Resource AnnotationUI;\r
     public final Resource Annotation_HasEntry;\r
     public final Resource Annotation_HasEntry_Inverse;\r
@@ -84,6 +86,8 @@ public class AnnotationResource {
         @Deprecated public static final String AnnotationTypeLibrary = "http://www.simantics.org/Annotation-1.0/AnnotationTypeLibrary";\r
         @Deprecated public static final String AnnotationTypeLibraryUI = "http://www.simantics.org/Annotation-1.0/AnnotationTypeLibraryUI";\r
         @Deprecated public static final String AnnotationTypeUI = "http://www.simantics.org/Annotation-1.0/AnnotationTypeUI";\r
+        public static final String AnnotationType_systemAnnotation = "http://www.simantics.org/Annotation-1.0/AnnotationType/systemAnnotation";\r
+        public static final String AnnotationType_systemAnnotation_Inverse = "http://www.simantics.org/Annotation-1.0/AnnotationType/systemAnnotation/Inverse";\r
         @Deprecated public static final String AnnotationUI = "http://www.simantics.org/Annotation-1.0/AnnotationUI";\r
         public static final String Annotation_HasEntry = "http://www.simantics.org/Annotation-1.0/Annotation/HasEntry";\r
         public static final String Annotation_HasEntry_Inverse = "http://www.simantics.org/Annotation-1.0/Annotation/HasEntry/Inverse";\r
@@ -153,6 +157,8 @@ public class AnnotationResource {
         AnnotationTypeLibrary = getResourceOrNull(graph, URIs.AnnotationTypeLibrary);\r
         AnnotationTypeLibraryUI = getResourceOrNull(graph, URIs.AnnotationTypeLibraryUI);\r
         AnnotationTypeUI = getResourceOrNull(graph, URIs.AnnotationTypeUI);\r
+        AnnotationType_systemAnnotation = getResourceOrNull(graph, URIs.AnnotationType_systemAnnotation);\r
+        AnnotationType_systemAnnotation_Inverse = getResourceOrNull(graph, URIs.AnnotationType_systemAnnotation_Inverse);\r
         AnnotationUI = getResourceOrNull(graph, URIs.AnnotationUI);\r
         Annotation_HasEntry = getResourceOrNull(graph, URIs.Annotation_HasEntry);\r
         Annotation_HasEntry_Inverse = getResourceOrNull(graph, URIs.Annotation_HasEntry_Inverse);\r