Class: CompoundSetExpression
A compound expression consisting of either two or more sub-clauses combined with the AND
or OR
logical operator, or a single sub-clause negated with the NOT
logical operator. Each sub-clause is either a fully-defined WhereClause
(containing either a condition
or a compoundExpression
) or a ReferencedAnalysisSet
(containing a subClauseId
indicating the id
of the referenced AnalysisSet
).
URI: ars:CompoundSetExpression
classDiagram
class CompoundSetExpression
WhereClauseCompoundExpression <|-- CompoundSetExpression
CompoundSetExpression : logicalOperator
CompoundSetExpression --|> ExpressionLogicalOperatorEnum : logicalOperator
CompoundSetExpression : whereClauses
CompoundSetExpression --|> SubClause : whereClauses
Inheritance
- WhereClauseCompoundExpression
- CompoundSetExpression
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
logicalOperator | 1..1 ExpressionLogicalOperatorEnum |
The boolean operator that is used to combine (AND, OR) or negate (NOT) the wh... | WhereClauseCompoundExpression |
whereClauses | 0..* SubClause |
A list of one or more where clauses (selection criteria) to be combined or ne... | WhereClauseCompoundExpression |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
AnalysisSet | compoundExpression | range | CompoundSetExpression |
Identifier and Mapping Information
Schema Source
- from schema: https://www.cdisc.org/ars/1-0
Mappings
Mapping Type | Mapped Value |
---|---|
self | ars:CompoundSetExpression |
native | ars:CompoundSetExpression |
LinkML Source
Direct
name: CompoundSetExpression
description: A compound expression consisting of either two or more sub-clauses combined
with the `AND` or `OR` logical operator, or a single sub-clause negated with the
`NOT` logical operator. Each sub-clause is either a fully-defined `WhereClause`
(containing either a `condition` or a `compoundExpression`) or a `ReferencedAnalysisSet`
(containing a `subClauseId` indicating the `id` of the referenced `AnalysisSet`).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: WhereClauseCompoundExpression
slot_usage:
whereClauses:
name: whereClauses
domain_of:
- WhereClauseCompoundExpression
any_of:
- range: ReferencedAnalysisSet
- range: WhereClause
Induced
name: CompoundSetExpression
description: A compound expression consisting of either two or more sub-clauses combined
with the `AND` or `OR` logical operator, or a single sub-clause negated with the
`NOT` logical operator. Each sub-clause is either a fully-defined `WhereClause`
(containing either a `condition` or a `compoundExpression`) or a `ReferencedAnalysisSet`
(containing a `subClauseId` indicating the `id` of the referenced `AnalysisSet`).
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
is_a: WhereClauseCompoundExpression
slot_usage:
whereClauses:
name: whereClauses
domain_of:
- WhereClauseCompoundExpression
any_of:
- range: ReferencedAnalysisSet
- range: WhereClause
attributes:
logicalOperator:
name: logicalOperator
description: The boolean operator that is used to combine (AND, OR) or negate
(NOT) the where claus(s) in the compound expression.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
alias: logicalOperator
owner: CompoundSetExpression
domain_of:
- WhereClauseCompoundExpression
range: ExpressionLogicalOperatorEnum
required: true
whereClauses:
name: whereClauses
description: A list of one or more where clauses (selection criteria) to be combined
or negated.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
multivalued: true
list_elements_ordered: true
alias: whereClauses
owner: CompoundSetExpression
domain_of:
- WhereClauseCompoundExpression
range: SubClause
inlined: true
inlined_as_list: true
any_of:
- range: ReferencedAnalysisSet
- range: WhereClause