Class Partida

java.lang.Object
  extended by Partida

public class Partida
extends java.lang.Object


Constructor Summary
Partida()
           
 
Method Summary
 java.util.ArrayList<Jugador> getJugador()
           
 int getNumeroJugadores()
           
 Tablero getTablero()
           
 void Jugar()
           
 void repartirEjercito()
           
 void setJugador(java.util.ArrayList<Jugador> val)
           
 void setTablero(Tablero val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Partida

public Partida()
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

Jugar

public void Jugar()
           throws java.io.IOException
Throws:
java.io.IOException

getJugador

public java.util.ArrayList<Jugador> getJugador()

setJugador

public void setJugador(java.util.ArrayList<Jugador> val)

getTablero

public Tablero getTablero()

setTablero

public void setTablero(Tablero val)

getNumeroJugadores

public int getNumeroJugadores()

repartirEjercito

public void repartirEjercito()