timeflow/format/file/Export.java
.. .. @@ -6,5 +6,5 @@ 6 6 7 7 public interface Export { 8 8 public String getName(); 9 - public void export(TFModel model, BufferedWriter out) throws Exception;9 + public void export(TimeflowModel model, BufferedWriter out) throws Exception;10 10 }