Class: StateValue

A named state variable value for per-node initialization.

URI: tvbo:StateValue

 classDiagram
    class StateValue
    click StateValue href "./StateValue.html"
      StateValue : name
        
          
    
        
        
        StateValue --> "1" String : name
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      StateValue : value
        
          
    
        
        
        StateValue --> "0..1" ScalarValue : value
        click ScalarValue href "./ScalarValue.html"
    

        
      

Class Properties

Property Value
Class URI tvbo:StateValue

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
Globally unique identifier for the entity direct
value 0..1
ScalarValue
Numeric, string, or boolean value, OR an array (nested list) for array-valued… direct

Usages

used by used in type used
Node state range StateValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:StateValue
native tvbo:StateValue

LinkML Source

Direct

name: StateValue
description: A named state variable value for per-node initialization.
from_schema: https://w3id.org/tvbo
slots:
- name
- value
class_uri: tvbo:StateValue

Induced

name: StateValue
description: A named state variable value for per-node initialization.
from_schema: https://w3id.org/tvbo
attributes:
  name:
    name: name
    description: Globally unique identifier for the entity.
    from_schema: https://w3id.org/tvbo/common
    slot_uri: schema:name
    identifier: true
    owner: StateValue
    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
  value:
    name: value
    description: Numeric, string, or boolean value, OR an array (nested list) for
      array-valued constants such as mode-coupling coefficient matrices. ScalarValue
      accepts any literal primitive type, allowing parameters to carry control flags
      (e.g., booleans) or symbolic placeholders alongside numeric defaults.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: schema:value
    owner: StateValue
    domain_of:
    - StateValue
    - Parameter
    - Argument
    - Option
    - BoundaryCondition
    range: ScalarValue
    any_of:
    - range: ScalarValue
class_uri: tvbo:StateValue