|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrepast.simphony.dataLoader.SubContextCreator
crowdmodel.AgentContextCreator
public class AgentContextCreator
The agentContext creator defines the creation of a subcontext for the crowd simulation. Here this involves a subcontext for the crowd agents to define different network projections just for those agents (and thus nodes) This reason for creating a different context for it is that it literally discerns between the social and the physical world but also for display purposes, as I can choose to display the agent structures on its own.
Constructor Summary | |
---|---|
AgentContextCreator()
|
Method Summary | |
---|---|
repast.simphony.context.Context |
build(repast.simphony.context.Context socialContext)
Creation of Network projections 1) Social network: the description of the network structure in terms of who you are coming with to the crowd event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentContextCreator()
Method Detail |
---|
public repast.simphony.context.Context build(repast.simphony.context.Context socialContext)
build
in interface repast.simphony.dataLoader.ContextBuilder
build
in class repast.simphony.dataLoader.SubContextCreator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |