package org.simantics.db.testing.base; import org.simantics.db.testing.common.Command; public interface CommandList { T add(T command); }