|
Project:
|
ConditionOperator : Public <<D2Enumeration>> Enumeration
| Created: |
11/05/2021 16:29:54 |
| Modified: |
18/02/2025 12:11:12 |
|
| Project: |
|
| Author: |
Kaltwasser |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
| Difficulty: |
|
| Priority: |
|
| Multiplicity: |
|
| Advanced: |
|
| UUID: |
{5DB66AF7-6093-4350-9B9D-DDC32338EDCC} |
| Appears In: |
Enumerations |
- Attributes
- Tagged Values
- Advanced
| Attribute |
Scope |
Type |
|
and
|
Public
|
|
definition=The AND logical operator – a logical operation to determine if all conditions in a test are TRUE. order=0
|
|
or
|
Public
|
|
definition=The OR logical operator – a logical operation to determine if any conditions in a test are TRUE. order=1
|
|
xor
|
Public
|
|
definition=The XOR logical operator - a logical operation that outputs true only when inputs differ (one is true, the other is false). order=2
|
| Tag |
Value |
| definition |
The logical operator to be used in a test of conditions. |
|
Details:
|
| Property |
Value |
| isFinalSpecialization: |
0 |
|