]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / store / IPreValue.java
diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java
new file mode 100644 (file)
index 0000000..d9d3de7
--- /dev/null
@@ -0,0 +1,17 @@
+package org.simantics.graph.compiler.internal.store;\r
+\r
+import java.util.Collection;\r
+\r
+import org.simantics.databoard.binding.Binding;\r
+import org.simantics.graph.query.Path;\r
+import org.simantics.graph.query.Paths;\r
+import org.simantics.ltk.Location;\r
+import org.simantics.ltk.Problem;\r
+\r
+\r
+\r
+public interface IPreValue {\r
+       Object toValue(Binding binding, Collection<Problem> problems);\r
+       Path getDefaultType(Paths paths);\r
+       Location getLocation();\r
+}\r