uk.ac.leeds.ccg.andyt.projects.genesis.society.environment
Class Environment

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.society.environment.Environment

public class Environment
extends java.lang.Object


Field Summary
 uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory _Grid2DSquareCellDoubleFactory
           
 boolean _HandleOutOfMemoryError
           
 java.util.Random _Random
           
 uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell _Resource_Grid2DSquareCellDouble
           
 Time _Time
           
 uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble _World_Grid2DSquareCellDouble
           
 
Constructor Summary
Environment(java.util.Random _Random, Time _Time)
           
Environment(java.util.Random _Random, Time _Time, uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory _Grid2DSquareCellDoubleFactory, uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble _World_Grid2DSquareCellDouble)
           
 
Method Summary
 void _Init_Resource_Grid2DSquareCellDouble()
           
 java.lang.Object getRandomLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Grid2DSquareCellDoubleFactory

public uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory _Grid2DSquareCellDoubleFactory

_World_Grid2DSquareCellDouble

public uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble _World_Grid2DSquareCellDouble

_Resource_Grid2DSquareCellDouble

public uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell _Resource_Grid2DSquareCellDouble

_HandleOutOfMemoryError

public boolean _HandleOutOfMemoryError

_Random

public java.util.Random _Random

_Time

public Time _Time
Constructor Detail

Environment

public Environment(java.util.Random _Random,
                   Time _Time)

Environment

public Environment(java.util.Random _Random,
                   Time _Time,
                   uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory _Grid2DSquareCellDoubleFactory,
                   uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble _World_Grid2DSquareCellDouble)
Method Detail

_Init_Resource_Grid2DSquareCellDouble

public void _Init_Resource_Grid2DSquareCellDouble()

getRandomLocation

public java.lang.Object getRandomLocation()