public Set<Swimlane> getSwimlanes() {
   return repeatList.getSwimlanes();
 }
Exemple #2
0
 public Set<Swimlane> getSwimlanes() {
   return list.getSwimlanes();
 }