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