classDiagram
class ConditionalBlock
click ConditionalBlock href "./ConditionalBlock.html"
ConditionalBlock : condition
ConditionalBlock --> "0..1" String : condition
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
ConditionalBlock : expression
ConditionalBlock --> "0..1" String : expression
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Class: ConditionalBlock
A single condition and its corresponding equation segment.
URI: tvbo:class/ConditionalBlock
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| condition | 0..1 xsd:string |
The condition for this block (e | direct |
| expression | 0..1 xsd:string |
The equation to apply when the condition is met | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Equation | conditionals | range | ConditionalBlock |
| TemporalApplicableEquation | conditionals | range | ConditionalBlock |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:ConditionalBlock |
| native | tvbo:ConditionalBlock |
LinkML Source
Direct
name: ConditionalBlock
description: A single condition and its corresponding equation segment.
from_schema: https://w3id.org/tvbo
attributes:
condition:
name: condition
description: The condition for this block (e.g., t > onset).
from_schema: https://w3id.org/tvbo
rank: 1000
domain_of:
- ConditionalBlock
- Case
range: string
expression:
name: expression
description: The equation to apply when the condition is met.
from_schema: https://w3id.org/tvbo
rank: 1000
domain_of:
- ConditionalBlock
- DifferentialOperator
range: stringInduced
name: ConditionalBlock
description: A single condition and its corresponding equation segment.
from_schema: https://w3id.org/tvbo
attributes:
condition:
name: condition
description: The condition for this block (e.g., t > onset).
from_schema: https://w3id.org/tvbo
rank: 1000
alias: condition
owner: ConditionalBlock
domain_of:
- ConditionalBlock
- Case
range: string
expression:
name: expression
description: The equation to apply when the condition is met.
from_schema: https://w3id.org/tvbo
rank: 1000
alias: expression
owner: ConditionalBlock
domain_of:
- ConditionalBlock
- DifferentialOperator
range: string