|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrowdmodel.InitCrowdSim
public class InitCrowdSim
Class that in initialises the CrowdSimulation
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 |
---|
repast.simphony.parameter.Parameters p
int d_worldWidth
int d_worldHeight
int d_crowdsize
int d_numLeaders
int d_numWLeaders
int d_numPLeaders
repast.simphony.context.Context d_context
Constructor Detail |
---|
public InitCrowdSim()
Method Detail |
---|
public void initialise()
private void initWorld()
private void defineAreas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |