Overview | Parentpackage |
The package workflow provides concepts for controlling the workflow of operation units through a set of control flow units..
Class Summary | |
---|---|
CASE | Describes the outcome of an evaluated Expression. |
CONDITIONALUNIT | Conditional units evaluate a set of input parameters according to a certain expression. |
EXPRESSION | Consists of a set of conditions evaluated according to a boolean Operator. |
IFUNIT | An IFUNIT evaluates to true or false, which is represented through two dedicated Cases. Constraints:
|
SWITCHUNIT | Allows to follow differentiate between various cases following a different control flow. |
CONDITION | Defines selection criteria to determine instances for different purposes. The selection can be either relationship-based or attribute-based. |