CodeLogicalOperatorBaseType

CodeLogicalOperatorBaseType

missing data

Properties Definition Type
AND The result is true only when all operands are true. string
NONE No operation (used for single conditions). string
NOT The result is the opposite of the operands true/false state (it applies to a single operand). string
OR The result is true if any operand is true. string
OTHER Other string


Details

CodeLogicalOperatorBaseType

CodeLogicalOperatorBaseType

missing data

AND

CodeLogicalOperatorBaseType.AND

The result is true only when all operands are true.

Semantic Correspondence
AIRM Concept Definition
CodeLogicalOperatorType.AND The result is true only when all operands are true.

NONE

CodeLogicalOperatorBaseType.NONE

No operation (used for single conditions).

Semantic Correspondence
AIRM Concept Definition
CodeLogicalOperatorType.NONE No operation (used for single conditions).

NOT

CodeLogicalOperatorBaseType.NOT

The result is the opposite of the operands true/false state (it applies to a single operand).

Semantic Correspondence
AIRM Concept Definition
CodeLogicalOperatorType.NOT The result is the opposite of the operands true/false state (it applies to a single operand).

OR

CodeLogicalOperatorBaseType.OR

The result is true if any operand is true.

Semantic Correspondence
AIRM Concept Definition
CodeLogicalOperatorType.OR The result is true if any operand is true.

OTHER

CodeLogicalOperatorBaseType.OTHER

Other

Semantic Correspondence
AIRM Concept Definition
Out of scope This concept is considered as out of the scope of the AIRM.