Logical Containment Structures

Work Plan

The top-level formal concept defined is the Work Plan, which

Task Plan

Within a Work Plan, each included Task Plan is:

Task Group


Nodes

Decision Nodes

Technically, these are currently special kinds of Task Group, but we will probably change that in v2. The general concept is a decision group consists of a root node followed by 2 or more branches. Each branch does work like a Task Group in that it contains elements.

Condition group / Condition Branch

This is like an if / then / elseif statement, where every branch contains a Boolean-valued expression, eg. '$sys_bp > 160 or $body_temp > 40', '$sys_bp > 180' etc.

For this kind of structure, each outgoing branch carries a potentially complex expression (might be too big to display by default in its entirety)

Decision Group / Decision Branch

This structure is like a case or switch statement: the root node carries a single potentially complex expression of the form $xxx = a + b / c whose result can be Boolean, Numeric, Time duration etc, and the branches contain range expressions like 

You could display the ranges in other ways e.g. $xxx matches |0.0 .. 100.0| or similar.

Event Group / Event Branch

This is a wait state, each branch is like a when/then rule. When one of the conditions becomes True, that branch is followed. The 'when' part is expressed as a 'Task Wait' entity (see below).

Task

Kinds of Task

xxx

xxx

Task Wait

Object representing a point in time in terms of one or more events. The start_window is used to add an 'acceptable delay' time within which the Task should be start with respect to the intended start time. The timeout attribute can be used for non-deterministic Events.

Events

The various kinds of Event in a Task Wait object can be specified in the following ways: