classDiagram
class Option
click Option href "./Option.html"
Option : name
Option --> "1" String : name
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Option : value
Option --> "1" String : value
click String href "../http://www.w3.org/2001/XMLSchema#string.html"
Class: Option
A toolkit-specific key-value option (string name + string value). Used for backend settings that are not universal numeric parameters (e.g., solver name, tangent method, jacobian type).
URI: tvbo:Option
Class Properties
| Property | Value |
|---|---|
| Class URI | tvbo:Option |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 1 xsd:string |
Option name (key) | direct |
| value | 1 xsd:string |
Option value | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Discretization | options | range | Option |
| BranchSwitch | options | range | Option |
| Continuation | options | range | Option |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:Option |
| native | tvbo:Option |
LinkML Source
Direct
name: Option
description: A toolkit-specific key-value option (string name + string value). Used
for backend settings that are not universal numeric parameters (e.g., solver name,
tangent method, jacobian type).
from_schema: https://w3id.org/tvbo
slots:
- name
slot_usage:
name:
name: name
description: Option name (key).
required: true
attributes:
value:
name: value
description: Option value.
from_schema: https://w3id.org/tvbo
domain_of:
- StateValue
- Parameter
- Argument
- Option
- BoundaryCondition
range: string
required: true
class_uri: tvbo:OptionInduced
name: Option
description: A toolkit-specific key-value option (string name + string value). Used
for backend settings that are not universal numeric parameters (e.g., solver name,
tangent method, jacobian type).
from_schema: https://w3id.org/tvbo
slot_usage:
name:
name: name
description: Option name (key).
required: true
attributes:
value:
name: value
description: Option value.
from_schema: https://w3id.org/tvbo
owner: Option
domain_of:
- StateValue
- Parameter
- Argument
- Option
- BoundaryCondition
range: string
required: true
name:
name: name
description: Option name (key).
from_schema: https://w3id.org/tvbo/common
slot_uri: schema:name
identifier: true
owner: Option
domain_of:
- BrainAtlas
- CommonCoordinateSpace
- ParcellationEntity
- DBSProtocol
- ClinicalScale
- ClinicalScore
- SoftwarePackage
- SoftwareRequirement
- SoftwareEnvironment
- Event
- Tractogram
- MeasureSpec
- NamedArray
- GraphGenerator
- Binding
- ProcedureStep
- File
- StateValue
- Observation
- Dynamics
- StateVariable
- Distribution
- Parameter
- CouplingInput
- Argument
- Function
- FunctionCall
- Callable
- DerivedParameter
- DerivedVariable
- DataSource
- OptimizationStage
- Exploration
- Inference
- Prior
- Likelihood
- UpdateRule
- Algorithm
- Option
- BranchSwitch
- Continuation
- Coupling
range: string
required: true
class_uri: tvbo:Option