]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.base.ontology/src/org/simantics/document/base/ontology/DocumentationResource.java
Sync git svn branch with SVN repository r33144.
[simantics/platform.git] / bundles / org.simantics.document.base.ontology / src / org / simantics / document / base / ontology / DocumentationResource.java
index f93d3b99a74f5bc686b6d449f54c07c41217ecd2..b76fa9f6e7dcee241c11ee44faaf2d7f505f913b 100644 (file)
@@ -275,6 +275,8 @@ public class DocumentationResource {
     public final Resource Properties_exists_Inverse;\r
     public final Resource Properties_experiment;\r
     public final Resource Properties_experiment_Inverse;\r
+    public final Resource Properties_hyperlinkTarget;\r
+    public final Resource Properties_hyperlinkTarget_Inverse;\r
     public final Resource Properties_icstate;\r
     public final Resource Properties_icstate_Inverse;\r
     public final Resource Properties_input;\r
@@ -824,6 +826,8 @@ public class DocumentationResource {
         public static final String Properties_exists_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/exists/Inverse";\r
         public static final String Properties_experiment = "http://www.simantics.org/Documentation-1.2/Properties/experiment";\r
         public static final String Properties_experiment_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/experiment/Inverse";\r
+        public static final String Properties_hyperlinkTarget = "http://www.simantics.org/Documentation-1.2/Properties/hyperlinkTarget";\r
+        public static final String Properties_hyperlinkTarget_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/hyperlinkTarget/Inverse";\r
         public static final String Properties_icstate = "http://www.simantics.org/Documentation-1.2/Properties/icstate";\r
         public static final String Properties_icstate_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/icstate/Inverse";\r
         public static final String Properties_input = "http://www.simantics.org/Documentation-1.2/Properties/input";\r
@@ -1383,6 +1387,8 @@ public class DocumentationResource {
         Properties_exists_Inverse = getResourceOrNull(graph, URIs.Properties_exists_Inverse);\r
         Properties_experiment = getResourceOrNull(graph, URIs.Properties_experiment);\r
         Properties_experiment_Inverse = getResourceOrNull(graph, URIs.Properties_experiment_Inverse);\r
+        Properties_hyperlinkTarget = getResourceOrNull(graph, URIs.Properties_hyperlinkTarget);\r
+        Properties_hyperlinkTarget_Inverse = getResourceOrNull(graph, URIs.Properties_hyperlinkTarget_Inverse);\r
         Properties_icstate = getResourceOrNull(graph, URIs.Properties_icstate);\r
         Properties_icstate_Inverse = getResourceOrNull(graph, URIs.Properties_icstate_Inverse);\r
         Properties_input = getResourceOrNull(graph, URIs.Properties_input);\r