massim.gridsimulations
Class SimulationWorldState

java.lang.Object
  extended by massim.gridsimulations.SimulationWorldState
All Implemented Interfaces:
java.io.Serializable, WorldState
Direct Known Subclasses:
GraphSimulationWorldState, GraphSimulationWorldState, GridSimulationWorldState, GridSimulationWorldState, GridSimulationWorldState, GridSimulationWorldState, GridSimulationWorldState

public abstract class SimulationWorldState
extends java.lang.Object
implements WorldState

This class describes the SimulationWorldState.

See Also:
Serialized Form

Field Summary
 java.lang.Integer actionSuccessProbability
           
 java.lang.Integer currentStep
           
 java.lang.Integer informationDistortionProbability
           
 java.lang.Integer maxNumberOfSteps
           
 java.lang.Integer numberOfAgents
           
 java.lang.Integer numberOfObstacles
           
 java.lang.Integer numberOfSteps
           
 java.lang.String outputFolder
           
 java.lang.String simulationName
           
 java.lang.Integer sizex
           
 java.lang.Integer sizey
           
 java.lang.String[] teamName
           
 java.lang.Integer[] teamScore
           
 java.lang.String tournamentName
           
 
Constructor Summary
SimulationWorldState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizex

public java.lang.Integer sizex

sizey

public java.lang.Integer sizey

informationDistortionProbability

public java.lang.Integer informationDistortionProbability

actionSuccessProbability

public java.lang.Integer actionSuccessProbability

numberOfAgents

public java.lang.Integer numberOfAgents

numberOfSteps

public java.lang.Integer numberOfSteps

maxNumberOfSteps

public java.lang.Integer maxNumberOfSteps

currentStep

public java.lang.Integer currentStep

teamScore

public java.lang.Integer[] teamScore

numberOfObstacles

public java.lang.Integer numberOfObstacles

teamName

public java.lang.String[] teamName

simulationName

public java.lang.String simulationName

tournamentName

public java.lang.String tournamentName

outputFolder

public java.lang.String outputFolder
Constructor Detail

SimulationWorldState

public SimulationWorldState()


Copyright © 2012. All Rights Reserved.