|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--models.SingleDPL
Field Summary | |
static MersenneTwister |
random
|
Constructor Summary | |
SingleDPL(com.martiansoftware.jsap.JSAPResult config)
|
Method Summary | |
Game |
getGame()
Returns the value of game. |
Individual |
getIndivids()
Returns the value of indivis. |
void |
playGen()
Resets then plays a generation. |
void |
run(com.martiansoftware.jsap.JSAPResult config)
|
void |
setGame(Game game)
Sets the value of game. |
void |
setIndividual(Individual individs)
Sets the value of indivis. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MersenneTwister random
Constructor Detail |
public SingleDPL(com.martiansoftware.jsap.JSAPResult config) throws ModelError
Method Detail |
public Individual getIndivids()
public void setIndividual(Individual individs)
public Game getGame()
public void setGame(Game game)
game
- The value to assign game.public void playGen() throws ModelError
ModelError
- If something bad happenspublic void run(com.martiansoftware.jsap.JSAPResult config) throws ModelError
ModelError
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |