]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/CommandBuilder.java
45f2791a87beb2e39c7160af06423ee6e875e948
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / CommandBuilder.java
1 package org.simantics.structural.synchronization.base;
2
3 public interface CommandBuilder {
4
5         void apply(Solver solver);
6         <T> T getConcrete();
7         
8 }