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:class/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
attributes:
name:
name: name
description: Option name (key).
from_schema: https://w3id.org/tvbo
identifier: true
domain_of:
- BrainAtlas
- CommonCoordinateSpace
- ParcellationEntity
- DBSProtocol
- ClinicalScale
- ClinicalScore
- Event
- Tractogram
- GraphGenerator
- File
- StateValue
- Observation
- Dynamics
- StateVariable
- Distribution
- Parameter
- CouplingInput
- Argument
- Function
- FunctionCall
- Callable
- DerivedParameter
- DerivedVariable
- DataSource
- OptimizationStage
- Exploration
- UpdateRule
- Algorithm
- Option
- BranchSwitch
- Continuation
- Coupling
- SoftwareEnvironment
- SoftwareRequirement
- SoftwarePackage
range: string
required: true
value:
name: value
description: Option value.
from_schema: https://w3id.org/tvbo
domain_of:
- StateValue
- Parameter
- Argument
- Option
- BoundaryCondition
range: string
required: trueInduced
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
attributes:
name:
name: name
description: Option name (key).
from_schema: https://w3id.org/tvbo
identifier: true
alias: name
owner: Option
domain_of:
- BrainAtlas
- CommonCoordinateSpace
- ParcellationEntity
- DBSProtocol
- ClinicalScale
- ClinicalScore
- Event
- Tractogram
- GraphGenerator
- File
- StateValue
- Observation
- Dynamics
- StateVariable
- Distribution
- Parameter
- CouplingInput
- Argument
- Function
- FunctionCall
- Callable
- DerivedParameter
- DerivedVariable
- DataSource
- OptimizationStage
- Exploration
- UpdateRule
- Algorithm
- Option
- BranchSwitch
- Continuation
- Coupling
- SoftwareEnvironment
- SoftwareRequirement
- SoftwarePackage
range: string
required: true
value:
name: value
description: Option value.
from_schema: https://w3id.org/tvbo
alias: value
owner: Option
domain_of:
- StateValue
- Parameter
- Argument
- Option
- BoundaryCondition
range: string
required: true