]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/scl/Simantics/Layer0.scl
Playground for Antti.
[simantics/platform.git] / bundles / org.simantics.db.layer0 / scl / Simantics / Layer0.scl
diff --git a/bundles/org.simantics.db.layer0/scl/Simantics/Layer0.scl b/bundles/org.simantics.db.layer0/scl/Simantics/Layer0.scl
new file mode 100644 (file)
index 0000000..0b034a1
--- /dev/null
@@ -0,0 +1,9 @@
+include "Simantics/DB"
+include "Simantics/Issue"
+
+importJava "org.simantics.db.layer0.function.All" where
+  uriValidator :: Resource -> <ReadGraph> [Issue]
+  valueValidator :: Resource -> <ReadGraph> [Issue]
+  relationValidator :: Resource -> <ReadGraph> [Issue]
+  propertyValidator :: Resource -> <ReadGraph> [Issue]
+  clusterValidator :: Resource -> <ReadGraph> [Issue]
\ No newline at end of file