crowdmodel
Class CSubContextCreator

java.lang.Object
  extended by repast.simphony.dataLoader.SubContextCreator
      extended by crowdmodel.CSubContextCreator
All Implemented Interfaces:
repast.simphony.dataLoader.ContextBuilder

public class CSubContextCreator
extends repast.simphony.dataLoader.SubContextCreator

The subcontext creator defines the creation of a subcontext for the crowd simulation. Here this involves a subcontext for the crowd agents in which that is used to define different network projections just for those agents (and thus nodes)

Author:
Nanda

Constructor Summary
CSubContextCreator()
           
 
Method Summary
 repast.simphony.context.Context build(repast.simphony.context.Context subcontext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSubContextCreator

public CSubContextCreator()
Method Detail

build

public repast.simphony.context.Context build(repast.simphony.context.Context subcontext)
Specified by:
build in interface repast.simphony.dataLoader.ContextBuilder
Overrides:
build in class repast.simphony.dataLoader.SubContextCreator