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