package org.simantics.modeling.migration; import org.simantics.db.WriteGraph; import org.simantics.db.exception.DatabaseException; public interface UserComponentPostMigrationAction { public void perform(WriteGraph graph) throws DatabaseException; }