Interface ContextBuilder<T>

    • Method Detail

      • 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.