1 package org.simantics.structural.synchronization.base;
5 * Stores state information of removed modules.
7 * @author Hannu Niemistö
9 public interface StateUndoContextBase {
11 public void saveState(Solver solver, int componentId, String uid);
12 public boolean loadState(Solver solver, int componentId, String uid);