What the urban agents do in each time step, I have tried to
to keep this simple, but it calls on a number of other methods
Parameters taken include residents,ArrayList urbanAgents,
OpenMapDisplay omDisplay, which are passed on from SegGISModel
step() -
Method in class uk.ac.ucl.casa.andrew.phd.segregationModelDensity.SegGISModel
Step method tells the program what to do at evey step
THis therefore should contain infomation about agent movement,
what agents are where etc.
step() -
Method in class uk.ac.ucl.casa.andrew.phd.segregationModelDensity.UrbanAgent
To ensure that the current resedient is actually created
the area of interest, once the resident agent has been created
stepRestrictToForNewResident mehod is called.