Interface ContextBuilder<T>

All Known Implementing Classes:
BuilderContextBuilder, ClassNameContextBuilder, ContextXMLBuilder, DelimitedFileContextBuilder, FreezeDryedContextBuilder, JDBCContextBuilder, MIContextXMLBuilder, ShapefileAgentBuilder, XMLContextBuilder

public interface ContextBuilder<T>
Interface for classes that build a Context by adding projections, agents and so forth.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    build(Context<T> context)
    Builds and returns a context.
  • Method Details

    • build

      Context build(Context<T> context)
      Builds and returns a context. Building a context consists of filling it with agents, adding projections and so forth. The returned context does not necessarily have to be the passed in context.
      Parameters:
      context -
      Returns:
      the built context.