Enum: ExpressionLogicalOperatorEnum
Boolean operators denoting a logical operation (e.g., and, or, not).
URI: ExpressionLogicalOperatorEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
AND | None | |
OR | None | |
NOT | None |
Slots
Name | Description |
---|---|
logicalOperator | The boolean operator that is used to combine (AND, OR) or negate (NOT) the wh... |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
LinkML Source
name: ExpressionLogicalOperatorEnum
description: Boolean operators denoting a logical operation (e.g., and, or, not).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
permissible_values:
AND:
text: AND
OR:
text: OR
NOT:
text: NOT