]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/DebugSupport.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / DebugSupport.java
diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/DebugSupport.java b/bundles/org.simantics.db/src/org/simantics/db/service/DebugSupport.java
new file mode 100644 (file)
index 0000000..b170e76
--- /dev/null
@@ -0,0 +1,12 @@
+package org.simantics.db.service;\r
+\r
+import org.simantics.db.Session;\r
+import org.simantics.db.WriteGraph;\r
+\r
+public interface DebugSupport {\r
+\r
+       <T> T query(WriteGraph graph, String command);\r
+       <T> T query(Session session, String command);\r
+       \r
+       \r
+}\r