]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.charts/src/org/simantics/charts/ITrendSupport.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.charts / src / org / simantics / charts / ITrendSupport.java
diff --git a/bundles/org.simantics.charts/src/org/simantics/charts/ITrendSupport.java b/bundles/org.simantics.charts/src/org/simantics/charts/ITrendSupport.java
new file mode 100644 (file)
index 0000000..c7a1f84
--- /dev/null
@@ -0,0 +1,10 @@
+package org.simantics.charts;\r
+\r
+import org.simantics.db.ReadGraph;\r
+import org.simantics.db.exception.DatabaseException;\r
+\r
+public interface ITrendSupport {\r
+\r
+       void setChartData(ReadGraph graph) throws DatabaseException;\r
+       \r
+}\r