X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.base.ontology%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fbase%2Fontology%2FDocumentationResource.java;h=b76fa9f6e7dcee241c11ee44faaf2d7f505f913b;hp=f93d3b99a74f5bc686b6d449f54c07c41217ecd2;hb=96bb7ef9cbe42d82eb58306;hpb=ae5bb63c5c88f6569518fed2a24df86fbd0570ff diff --git a/bundles/org.simantics.document.base.ontology/src/org/simantics/document/base/ontology/DocumentationResource.java b/bundles/org.simantics.document.base.ontology/src/org/simantics/document/base/ontology/DocumentationResource.java index f93d3b99a..b76fa9f6e 100644 --- a/bundles/org.simantics.document.base.ontology/src/org/simantics/document/base/ontology/DocumentationResource.java +++ b/bundles/org.simantics.document.base.ontology/src/org/simantics/document/base/ontology/DocumentationResource.java @@ -275,6 +275,8 @@ public class DocumentationResource { public final Resource Properties_exists_Inverse; public final Resource Properties_experiment; public final Resource Properties_experiment_Inverse; + public final Resource Properties_hyperlinkTarget; + public final Resource Properties_hyperlinkTarget_Inverse; public final Resource Properties_icstate; public final Resource Properties_icstate_Inverse; public final Resource Properties_input; @@ -824,6 +826,8 @@ public class DocumentationResource { public static final String Properties_exists_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/exists/Inverse"; public static final String Properties_experiment = "http://www.simantics.org/Documentation-1.2/Properties/experiment"; public static final String Properties_experiment_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/experiment/Inverse"; + public static final String Properties_hyperlinkTarget = "http://www.simantics.org/Documentation-1.2/Properties/hyperlinkTarget"; + public static final String Properties_hyperlinkTarget_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/hyperlinkTarget/Inverse"; public static final String Properties_icstate = "http://www.simantics.org/Documentation-1.2/Properties/icstate"; public static final String Properties_icstate_Inverse = "http://www.simantics.org/Documentation-1.2/Properties/icstate/Inverse"; public static final String Properties_input = "http://www.simantics.org/Documentation-1.2/Properties/input"; @@ -1383,6 +1387,8 @@ public class DocumentationResource { Properties_exists_Inverse = getResourceOrNull(graph, URIs.Properties_exists_Inverse); Properties_experiment = getResourceOrNull(graph, URIs.Properties_experiment); Properties_experiment_Inverse = getResourceOrNull(graph, URIs.Properties_experiment_Inverse); + Properties_hyperlinkTarget = getResourceOrNull(graph, URIs.Properties_hyperlinkTarget); + Properties_hyperlinkTarget_Inverse = getResourceOrNull(graph, URIs.Properties_hyperlinkTarget_Inverse); Properties_icstate = getResourceOrNull(graph, URIs.Properties_icstate); Properties_icstate_Inverse = getResourceOrNull(graph, URIs.Properties_icstate_Inverse); Properties_input = getResourceOrNull(graph, URIs.Properties_input);