classDiagram
class Case
click Case href "./Case.html"
Case : condition
Case --> "0..1" String : condition
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Case : equation
Case --> "0..1" Equation : equation
click Equation href "./Equation.html"
Class: Case
URI: tvbo:Case
Class Properties
| Property | Value |
|---|---|
| Class URI | tvbo:Case |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| condition | 0..1 xsd:string |
direct | |
| equation | 0..1 Equation |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| DerivedVariable | cases | range | Case |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:Case |
| native | tvbo:Case |
LinkML Source
Direct
name: Case
from_schema: https://w3id.org/tvbo
attributes:
condition:
name: condition
from_schema: https://w3id.org/tvbo
domain_of:
- Session
- ConditionalBlock
- Event
- Case
range: string
equation:
name: equation
from_schema: https://w3id.org/tvbo
domain_of:
- Stimulus
- Event
- ProcedureStep
- Observation
- StateVariable
- Parameter
- Function
- FunctionCall
- Case
- DerivedParameter
- DerivedVariable
- Noise
- UpdateRule
- DifferentialOperator
range: Equation
inlined: true
class_uri: tvbo:CaseInduced
name: Case
from_schema: https://w3id.org/tvbo
attributes:
condition:
name: condition
from_schema: https://w3id.org/tvbo
owner: Case
domain_of:
- Session
- ConditionalBlock
- Event
- Case
range: string
equation:
name: equation
from_schema: https://w3id.org/tvbo
owner: Case
domain_of:
- Stimulus
- Event
- ProcedureStep
- Observation
- StateVariable
- Parameter
- Function
- FunctionCall
- Case
- DerivedParameter
- DerivedVariable
- Noise
- UpdateRule
- DifferentialOperator
range: Equation
inlined: true
class_uri: tvbo:Case