public abstract class SimulationWorldState extends Object implements WorldState
Modifier and Type | Field and Description |
---|---|
Integer |
actionSuccessProbability |
Integer |
currentStep |
Integer |
informationDistortionProbability |
Integer |
maxNumberOfSteps |
Integer |
numberOfAgents |
Integer |
numberOfObstacles |
Integer |
numberOfSteps |
String |
outputFolder |
String |
simulationName |
Integer |
sizex |
Integer |
sizey |
String[] |
teamName |
Integer[] |
teamScore |
String |
tournamentName |
Constructor and Description |
---|
SimulationWorldState() |
public Integer sizex
public Integer sizey
public Integer informationDistortionProbability
public Integer actionSuccessProbability
public Integer numberOfAgents
public Integer numberOfSteps
public Integer maxNumberOfSteps
public Integer currentStep
public Integer[] teamScore
public Integer numberOfObstacles
public String[] teamName
public String simulationName
public String tournamentName
public String outputFolder
Copyright © 2013. All Rights Reserved.