Example #1
0
 public void attachTo(SRepository repo) {
   assert myModel != null : "call createModel() first";
   ((SModelBase) myModel).attach(repo);
 }