Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here, SYSTEM_CALL can be replaced by, or remodelled using EL_AGENT from BMM, prefixed with a context qualifier, representing the ‘system’. This allows representation of fully-specified (all arguments supplied) and also partially open agents, i.e. requiring some parameters to become callable.

Plan Context

We can replace WORK_PLAN.context with references to ‘used’ proxy and decision modules.

...

The semantics of the various CONTEXT_VARIABLE types will be replaced by the vars defined in PROXY module(s) and the CONTEXT_EXPRESSIONs and CONTEXT_CONSTANTs will be replaced by references to DLM entities. The PLAN_DATA_CONTEXT class should be remodelled as follows:

Code Block
class PLAN_CONTEXT {
    
}

Decision referencing

...

In the above, the highlighted references will change can be changed as follows:

...