Structure

Descriptions and range statements of a decision table.

Condition part

In the condition part, the conditions relevant to the decision situation are precisely formulated, namely all that must be checked in the relevant decision situation before any actions can be carried out.

Structure ConditionPart

Condition display part

The condition display part contains combinations of possible values for the condition. It is specified here for each condition how it contributes to the decision situation.

This information can be effected e.g. by Y (for yes) – if the condition should be met – or by N (for no) – if it is not to be fulfilled. It is also known as the condition indicator.

Structure ConditionDisplayPart

Action part

The action part contains a list of all possible actions to be e­xe­cu­ted in the relevant decision situation, de­pen­ding on the conditions.

Structure ActionPart

Action display part

In the action display part, actions to be e­xe­cu­ted can be determined, i.e. for each rule, it is specified which actions are to be carried out. These entries may be effected e.g. by placing an (X) next to specific actions. It is also known as the action indicator.

Actions are e­xe­cu­ted, as standard, from top to bottom.

Structure ActionDisplayPart

Identification part

The identification part shows the file name and the title. It will be added to the decision table in order to make it possible to re­fer to it explicitly.

The identification part also serves as a short description of the table contents.

Structure IdentificationPart

Identifier

The frame on the left-hand side and on top serves to register identifiers. It has become customary to re­fer to the decision table as follows:

Condition Identifier:

C01, C02, C03,…​

Action Identifier:

A01, A02, A03,…​

Rule Identifier:

R01, R02, R03,…​

Structure Identifier

These identifiers support a clear and effective communication.