package org.simantics.structural.synchronization.utils; public interface CommandBuilder { void apply(Solver solver); T getConcrete(); }