1 package org.simantics.simulation.experiment;
3 import org.simantics.history.Collector;
4 import org.simantics.history.HistoryException;
6 import org.simantics.history.HistoryManager;
8 public interface IHistoryExperiment {
10 Collector getCollector();
11 HistoryManager getHistoryManager();
12 void flushHistory() throws HistoryException;