コード例 #1
0
 public BindingFactory(final ReductionSystem system) {
   myBoundVariables = system.getBoundVariables();
   myProject = system.getProject();
   myFactory = system.getVariableFactory();
 }