]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphfile.ontology/src/org/simantics/graphfile/ontology/GraphFileResource.java
Sync git svn branch with SVN repository r33144.
[simantics/platform.git] / bundles / org.simantics.graphfile.ontology / src / org / simantics / graphfile / ontology / GraphFileResource.java
index cb6cdfba27fcc909cae086f8c9e748b3af9865c6..7b38e49e9b72d3838b33a806bea00f52854a0519 100644 (file)
@@ -24,6 +24,8 @@ public class GraphFileResource {
     public final Resource LastModified;\r
     public final Resource LastModified_Inverse;\r
     public final Resource PartOfSystemResource;\r
+    public final Resource SystemPath;\r
+    public final Resource SystemPath_Inverse;\r
     public final Resource SystemResource;\r
         \r
     public static class URIs {\r
@@ -41,6 +43,8 @@ public class GraphFileResource {
         public static final String LastModified = "http://www.simantics.org/GraphFile-0.1/LastModified";\r
         public static final String LastModified_Inverse = "http://www.simantics.org/GraphFile-0.1/LastModified/Inverse";\r
         public static final String PartOfSystemResource = "http://www.simantics.org/GraphFile-0.1/PartOfSystemResource";\r
+        public static final String SystemPath = "http://www.simantics.org/GraphFile-0.1/SystemPath";\r
+        public static final String SystemPath_Inverse = "http://www.simantics.org/GraphFile-0.1/SystemPath/Inverse";\r
         public static final String SystemResource = "http://www.simantics.org/GraphFile-0.1/SystemResource";\r
     }\r
     \r
@@ -68,6 +72,8 @@ public class GraphFileResource {
         LastModified = getResourceOrNull(graph, URIs.LastModified);\r
         LastModified_Inverse = getResourceOrNull(graph, URIs.LastModified_Inverse);\r
         PartOfSystemResource = getResourceOrNull(graph, URIs.PartOfSystemResource);\r
+        SystemPath = getResourceOrNull(graph, URIs.SystemPath);\r
+        SystemPath_Inverse = getResourceOrNull(graph, URIs.SystemPath_Inverse);\r
         SystemResource = getResourceOrNull(graph, URIs.SystemResource);\r
     }\r
     \r