Class FreezeDryedContextBuilder

    • Constructor Detail

      • FreezeDryedContextBuilder

        public FreezeDryedContextBuilder​(boolean createContextFromData,
                                         Iterable<Class<?>> classesToLoad,
                                         Object contextId)
    • Method Detail

      • build

        public Context build​(Context context)
        Description copied from interface: ContextBuilder
        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.
        Specified by:
        build in interface ContextBuilder
        Returns:
        the built context.
      • load

        public void load​(Context context)
      • getClassesToLoad

        public final Iterable<Class<?>> getClassesToLoad()
      • getFreezeDryedContextId

        public final Object getFreezeDryedContextId()
      • isCreateContextFromData

        public final boolean isCreateContextFromData()