package org.simantics.simulation.experiment; import org.simantics.history.Collector; import org.simantics.history.HistoryException; import org.simantics.history.HistoryManager; public interface IHistoryExperiment { Collector getCollector(); HistoryManager getHistoryManager(); void flushHistory() throws HistoryException; }