Class BuilderContextBuilder

java.lang.Object
repast.simphony.dataLoader.ui.wizard.builder.BuilderContextBuilder
All Implemented Interfaces:
ContextBuilder

public class BuilderContextBuilder extends Object implements ContextBuilder
  • Constructor Details

  • Method Details

    • build

      public Context build(Context context)
      Builds and returns a context. Building a context consists of filling it with agents, adding projects and so forth. When this is called for the master context the system will pass in a created context based on information given in the model.score file. When called for subcontexts, each subcontext that was added when the master context was built will be passed in.
      Specified by:
      build in interface ContextBuilder
      Parameters:
      context -
      Returns:
      the built context.
    • getDescriptor

      public ContextDescriptor getDescriptor()