Uses of Class
concursantes.Concursante
Packages that use Concursante
-
Uses of Concursante in juegos
Methods in juegos that return types with arguments of type ConcursanteMethods in juegos with parameters of type ConcursanteModifier and TypeMethodDescriptionvoidEdicion.nuevoParticipante(Concursante participante) Método que añade un participante ya existenteMethod parameters in juegos with type arguments of type ConcursanteModifier and TypeMethodDescriptionvoidEdicion.nuevaPrueba(String nombre, String desc, ArrayList<Concursante> participantes, PinkGuard responsable) Método que añade una nueva pruebaConstructor parameters in juegos with type arguments of type Concursante -
Uses of Concursante in pruebas
Methods in pruebas that return types with arguments of type ConcursanteModifier and TypeMethodDescriptionPrueba.getEliminados()Prueba.getParticipantes()Prueba.getVencedores()Constructor parameters in pruebas with type arguments of type Concursante