public Ftile createFtile(FtileFactory factory) {
   Ftile tmp = factory.decorateOut(repeatList.createFtile(factory), endInlinkRendering);
   tmp = factory.createWhile(swimlane, tmp, test, yes, out, afterEndwhile, color);
   if (note != null) {
     tmp = new FtileWithNoteOpale(tmp, note, position, skinParam, false);
   }
   // tmp = factory.decorateOut(tmp, afterEndwhile);
   return tmp;
 }