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