Class BuilderContextBuilder

    • Constructor Detail

      • BuilderContextBuilder

        public BuilderContextBuilder​(ContextDescriptor descriptor)
    • Method Detail

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