]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/src/org/simantics/district/network/ontology/DistrictNetworkResource.java
Allow product-specific customization of new network diagram creation
[simantics/district.git] / org.simantics.district.network.ontology / src / org / simantics / district / network / ontology / DistrictNetworkResource.java
index 89087af13ee60058370d633ed9b3d53440dc742f..8644aaa0ff993f646458100cd8430240ad9a98e0 100644 (file)
@@ -13,7 +13,6 @@ public class DistrictNetworkResource {
     public final Resource ActionContext;
     public final Resource ActionContext_newDiagramContribution;
     public final Resource Actions;
-    public final Resource Actions_NewDNDiagram;
     public final Resource AddLayerToDNDiagramTemplate;
     public final Resource ArrowLengthPropertyParameterType;
     public final Resource ArrowLengthStyle;
@@ -464,7 +463,6 @@ public class DistrictNetworkResource {
         public static final String ActionContext = "http://www.simantics.org/DistrictNetwork-1.0/ActionContext";
         public static final String ActionContext_newDiagramContribution = "http://www.simantics.org/DistrictNetwork-1.0/ActionContext/newDiagramContribution";
         public static final String Actions = "http://www.simantics.org/DistrictNetwork-1.0/Actions";
-        public static final String Actions_NewDNDiagram = "http://www.simantics.org/DistrictNetwork-1.0/Actions/NewDNDiagram";
         public static final String AddLayerToDNDiagramTemplate = "http://www.simantics.org/DistrictNetwork-1.0/AddLayerToDNDiagramTemplate";
         public static final String ArrowLengthPropertyParameterType = "http://www.simantics.org/DistrictNetwork-1.0/ArrowLengthPropertyParameterType";
         public static final String ArrowLengthStyle = "http://www.simantics.org/DistrictNetwork-1.0/ArrowLengthStyle";
@@ -925,7 +923,6 @@ public class DistrictNetworkResource {
         ActionContext = getResourceOrNull(graph, URIs.ActionContext);
         ActionContext_newDiagramContribution = getResourceOrNull(graph, URIs.ActionContext_newDiagramContribution);
         Actions = getResourceOrNull(graph, URIs.Actions);
-        Actions_NewDNDiagram = getResourceOrNull(graph, URIs.Actions_NewDNDiagram);
         AddLayerToDNDiagramTemplate = getResourceOrNull(graph, URIs.AddLayerToDNDiagramTemplate);
         ArrowLengthPropertyParameterType = getResourceOrNull(graph, URIs.ArrowLengthPropertyParameterType);
         ArrowLengthStyle = getResourceOrNull(graph, URIs.ArrowLengthStyle);