|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TableroModel in othellogame |
Methods in othellogame that return TableroModel | |
TableroModel |
ServidorModel.getTab()
|
Methods in othellogame with parameters of type TableroModel | |
Jugada |
Agenteothello.calculaJugada(TableroModel tab)
Efectua la jugada del agente basada en el estado actual del tablero. |
void |
TableroView.setModel(TableroModel tm)
Asigna el TableroModel que sera visualizado |
Jugada |
ServidorComm.obtenerJugadaSiguiente(java.lang.String nomJugador,
TableroModel tablero)
|
Jugada |
AgentAuto.calculaJugada(TableroModel tab)
Efectua la jugada del agente basada en el estado actual del tablero. |
Constructors in othellogame with parameters of type TableroModel | |
TableroView(TableroModel tm)
Construye una instancia que muestra graficamente el Modelo del Tablero enviado como argumento. |
|
TableroModel(TableroModel otrotab)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |