crowdmodel
Class InitCrowdSim

java.lang.Object
  extended by crowdmodel.InitCrowdSim

public class InitCrowdSim
extends java.lang.Object

Class that in initialises the CrowdSimulation

Author:
Nanda Wijermans

Field Summary
(package private)  repast.simphony.context.Context d_context
           
(package private)  int d_crowdsize
           
(package private)  int d_numLeaders
           
(package private)  int d_numPLeaders
           
(package private)  int d_numWLeaders
           
(package private)  int d_worldHeight
           
(package private)  int d_worldWidth
           
(package private)  repast.simphony.parameter.Parameters p
           
 
Constructor Summary
InitCrowdSim()
          Constructor of init CrowdSim Retrieves the information from GUI necessary to build the relevant scenario
 
Method Summary
private  void defineAreas()
           
 void initialise()
           
private  void initWorld()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

repast.simphony.parameter.Parameters p

d_worldWidth

int d_worldWidth

d_worldHeight

int d_worldHeight

d_crowdsize

int d_crowdsize

d_numLeaders

int d_numLeaders

d_numWLeaders

int d_numWLeaders

d_numPLeaders

int d_numPLeaders

d_context

repast.simphony.context.Context d_context
Constructor Detail

InitCrowdSim

public InitCrowdSim()
Constructor of init CrowdSim Retrieves the information from GUI necessary to build the relevant scenario

Method Detail

initialise

public void initialise()

initWorld

private void initWorld()

defineAreas

private void defineAreas()