|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.gridsimulations.SimulationWorldState
massim.competition2006.GridSimulationWorldState
public class GridSimulationWorldState
This class describes the SimulationWorldState.
Field Summary | |
---|---|
GridSimulationCell[][] |
board
|
java.lang.Integer |
depotx
|
java.lang.Integer |
depoty
|
java.lang.Integer |
numberOfGoldItems
|
Fields inherited from class massim.gridsimulations.SimulationWorldState |
---|
actionSuccessProbability, currentStep, informationDistortionProbability, maxNumberOfSteps, numberOfAgents, numberOfObstacles, numberOfSteps, outputFolder, simulationName, sizex, sizey, teamName, teamScore, tournamentName |
Constructor Summary | |
---|---|
GridSimulationWorldState(GridSimulationConfiguration config)
This constructor is for normal simulations. |
|
GridSimulationWorldState(GridSimulationConfigurationHandCrafted config)
This constructor is for hand crafted simulations. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public GridSimulationCell[][] board
public java.lang.Integer numberOfGoldItems
public java.lang.Integer depotx
public java.lang.Integer depoty
Constructor Detail |
---|
public GridSimulationWorldState(GridSimulationConfiguration config)
config
- public GridSimulationWorldState(GridSimulationConfigurationHandCrafted config)
config
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |