Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1.  
  2. ////////////////////////
  3. ////////////////////////
  4. //CUARTOS DE FINAL//////
  5. ////////////////////////
  6. ////////////////////////
  7.  
  8. Fase cuartos = new Fase("Cuartos de Final");
  9.  
  10. ///////////////////
  11. //Primer Partido (Barcelona(1)vs Roma(13))
  12. ///////////////////
  13.  
  14. Partido partidoCuartos1 = new Partido(listaClubes.get(1),listaClubes.get(13));
  15.  
  16. partidoCuartos1.agregarGol(listaJugadores.get(104));
  17. partidoCuartos1.agregarGol(listaJugadores.get(1317));
  18. partidoCuartos1.agregarGol(listaJugadores.get(117));
  19. partidoCuartos1.agregarAmarilla(listaJugadores.get(1304));
  20. partidoCuartos1.agregarAmarilla(listaJugadores.get(1309));
  21. partidoCuartos1.agregarGolEnContra(listaJugadores.get(1311));
  22. partidoCuartos1.agregarGolEnContra(listaJugadores.get(1307));
  23.  
  24. ///////////////////
  25. //Segundo Partido (Liverpool(7)vs Man City(8))
  26. ///////////////////
  27.  
  28. Partido partidoCuartos2 = new Partido(listaClubes.get(7),listaClubes.get(8));
  29.  
  30. partidoCuartos2.agregarGol(listaJugadores.get(720));
  31. partidoCuartos2.agregarGol(listaJugadores.get(717));
  32. partidoCuartos2.agregarGol(listaJugadores.get(715));
  33. partidoCuartos2.agregarAmarilla(listaJugadores.get(810));
  34. partidoCuartos2.agregarAmarilla(listaJugadores.get(824));
  35. partidoCuartos2.agregarAmarilla(listaJugadores.get(813));
  36. partidoCuartos2.agregarAmarilla(listaJugadores.get(714));
  37. partidoCuartos2.agregarAmarilla(listaJugadores.get(811));
  38. partidoOcatavo2.agregarVallaInvicta(listaJugadores.get(711));
  39. partidoOcatavo2.agregarVallaInvicta(listaJugadores.get(701));
  40. partidoOcatavo2.agregarVallaInvicta(listaJugadores.get(704));
  41. partidoOcatavo2.agregarVallaInvicta(listaJugadores.get(705));
  42. partidoOcatavo2.agregarVallaInvicta(listaJugadores.get(709));
  43.  
  44. ///////////////////
  45. //Tercer Partido (Sevilla(14)vs Bayern(3))
  46. ///////////////////
  47.  
  48. Partido partidoCuartos3 = new Partido(listaClubes.get(14),listaClubes.get(3));
  49.  
  50. partidoCuartos3.agregarGol(listaJugadores.get(1414));
  51. partidoCuartos3.agregarGol(listaJugadores.get(311));
  52. partidoCuartos3.agregarAmarilla(listaJugadores.get(312));
  53. partidoCuartos3.agregarAmarilla(listaJugadores.get(1410));
  54. partidoCuartos3.agregarAmarilla(listaJugadores.get(307));
  55. partidoCuartos3.agregarAmarilla(listaJugadores.get(319));
  56. partidoCuartos3.agregarAmarilla(listaJugadores.get(1412));
  57. partidoCuartos3.agregarGolEnContra(listaJugadores.get(1416));
  58.  
  59. ///////////////////
  60. //Cuarto Partido (Juventus(6)vs Real Madrid(12))
  61. ///////////////////
  62.  
  63. Partido partidoCuartos4 = new Partido(listaClubes.get(6),listaClubes.get(12));
  64.  
  65. partidoCuartos4.agregarGol(listaJugadores.get(1221));
  66. partidoCuartos4.agregarGol(listaJugadores.get(1221));
  67. partidoCuartos4.agregarGol(listaJugadores.get(1208));
  68. partidoCuartos4.agregarAmarilla(listaJugadores.get(616));
  69. partidoCuartos4.agregarAmarilla(listaJugadores.get(1205));
  70. partidoCuartos4.agregarAmarilla(listaJugadores.get(1219));
  71. partidoOcatavo4.agregarRoja(listaJugadores.get(620));
  72. partidoCuartos4.agregarVallaInvicta(listaJugadores.get(1201));
  73. partidoCuartos4.agregarVallaInvicta(listaJugadores.get(1203));
  74. partidoCuartos4.agregarVallaInvicta(listaJugadores.get(1205));
  75. partidoCuartos4.agregarVallaInvicta(listaJugadores.get(1206));
  76. partidoCuartos4.agregarVallaInvicta(listaJugadores.get(1208));
  77.  
  78. ///////////////////
  79. //Quinto Partido (Real Madrid(12)vs Juventus(6))
  80. ///////////////////
  81.  
  82. Partido partidoCuartos5 = new Partido(listaClubes.get(12),listaClubes.get(6));
  83.  
  84. partidoCuartos5.agregarGol(listaJugadores.get(622));
  85. partidoCuartos5.agregarGol(listaJugadores.get(622));
  86. partidoCuartos5.agregarGol(listaJugadores.get(613));
  87. partidoCuartos5.agregarAmarilla(listaJugadores.get(610));
  88. partidoCuartos5.agregarAmarilla(listaJugadores.get(1203));
  89. partidoCuartos5.agregarAmarilla(listaJugadores.get(622));
  90. partidoCuartos5.agregarAmarilla(listaJugadores.get(609));
  91. partidoCuartos5.agregarAmarilla(listaJugadores.get(606));
  92. partidoCuartos5.agregarAmarilla(listaJugadores.get(621));
  93. partidoCuartos5.agregarAmarilla(listaJugadores.get(605));
  94. partidoCuartos5.agregarAmarilla(listaJugadores.get(1208));
  95. partidoCuartos5.agregarAmarilla(listaJugadores.get(1221));
  96. partidoCuartos5.agregarRoja(listaJugadores.get(601));
  97. partidoCuartos5.agregarGolPenal(listaJugadores.get(1221));
  98.  
  99. ///////////////////
  100. //Sexto Partido (Bayern(3)vs Sevilla(14))
  101. ///////////////////
  102.  
  103. Partido partidoCuartos6 = new Partido(listaClubes.get(3),listaClubes.get(14));
  104.  
  105. partidoCuartos6.agregarAmarilla(listaJugadores.get(1408));
  106. partidoCuartos6.agregarAmarilla(listaJugadores.get(1413));
  107. partidoCuartos6.agregarAmarilla(listaJugadores.get(1409));
  108. partidoCuartos6.agregarAmarilla(listaJugadores.get(317));
  109. partidoCuartos6.agregarRoja(listaJugadores.get(1410));
  110. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(302));
  111. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(306));
  112. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(304));
  113. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(308));
  114. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(1406));
  115. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(1402));
  116. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(1405));
  117. partidoCuartos6.agregarVallaInvicta(listaJugadores.get(1408));
  118.  
  119. ///////////////////
  120. //Septimo Partido (Man City(8)vs Liverpool(7))
  121. ///////////////////
  122.  
  123. Partido partidoCuartos7 = new Partido(listaClubes.get(8),listaClubes.get(7));
  124.  
  125. partidoCuartos7.agregarGol(listaJugadores.get(824));
  126. partidoCuartos7.agregarGol(listaJugadores.get(720));
  127. partidoCuartos7.agregarGol(listaJugadores.get(719));
  128. partidoCuartos7.agregarAmarilla(listaJugadores.get(715));
  129. partidoCuartos7.agregarAmarilla(listaJugadores.get(802));
  130. partidoCuartos7.agregarAmarilla(listaJugadores.get(711));
  131. partidoCuartos7.agregarAmarilla(listaJugadores.get(816));
  132. partidoCuartos7.agregarAmarilla(listaJugadores.get(719));
  133. partidoCuartos7.agregarAmarilla(listaJugadores.get(704));
  134.  
  135. ///////////////////
  136. //Octavo Partido (Roma(13)vs Barcelona(1))
  137. ///////////////////
  138.  
  139. Partido partidoCuartos8 = new Partido(listaClubes.get(13),listaClubes.get(1));
  140.  
  141. partidoCuartos8.agregarGol(listaJugadores.get(1317));
  142. partidoCuartos8.agregarGol(listaJugadores.get(1307);
  143. partidoCuartos8.agregarGol(listaJugadores.get(719));
  144. partidoCuartos8.agregarAmarilla(listaJugadores.get(1305));
  145. partidoCuartos8.agregarAmarilla(listaJugadores.get(1303));
  146. partidoCuartos8.agregarAmarilla(listaJugadores.get(104));
  147. partidoCuartos8.agregarAmarilla(listaJugadores.get(118));
  148. partidoCuartos8.agregarAmarilla(listaJugadores.get(117));
  149. partidoCuartos8.agregarGolPenal(listaJugadores.get(1311));
  150. partidoCuartos8.agregarVallaInvicta(listaJugadores.get(1304));
  151. partidoCuartos8.agregarVallaInvicta(listaJugadores.get(1301));
  152. partidoCuartos8.agregarVallaInvicta(listaJugadores.get(1305));
  153. partidoCuartos8.agregarVallaInvicta(listaJugadores.get(1307));
  154. partidoCuartos8.agregarVallaInvicta(listaJugadores.get(1303));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement