]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop.mapping/src/org/simantics/interop/mapping/WriteGraphProxy.java
fixes #3420
[simantics/interop.git] / org.simantics.interop.mapping / src / org / simantics / interop / mapping / WriteGraphProxy.java
index 204d8012a9f972434db20c7a2e6b6eaff84be4a4..1fff2a287f03a41f83172e99644a4991f7b51b70 100644 (file)
@@ -291,8 +291,23 @@ public class WriteGraphProxy implements WriteGraph {
        public Resource newResource(long clusterId) throws ServiceException {\r
                return graph.newResource(clusterId);\r
        }\r
-       \r
-       @Override\r
+\r
+    @Override\r
+    public Resource newResource(Resource clusterSet) throws ServiceException {\r
+        return graph.newResource(clusterSet);\r
+    }\r
+\r
+    @Override\r
+    public void newClusterSet(Resource clusterSet) throws ServiceException {\r
+        graph.newClusterSet(clusterSet);\r
+    }\r
+    \r
+\r
+    public Resource setClusterSet4NewResource(Resource clusterSet) throws ServiceException {\r
+        return graph.setClusterSet4NewResource(clusterSet);\r
+    }\r
+\r
+    @Override\r
        public <T> T adapt(Resource resource, Class<T> clazz)\r
                        throws AdaptionException, ValidationException, ServiceException {\r
                return graph.adapt(resource, clazz);\r