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" Float : value
        click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
    

        
      

Class Properties

Property Value
Class URI tvbo:StateValue

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
direct
value 0..1
xsd:float
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
    from_schema: https://w3id.org/tvbo
    rank: 1000
    key: true
    alias: name
    owner: StateValue
    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
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: value
    owner: StateValue
    domain_of:
    - StateValue
    - Parameter
    - Argument
    - Option
    - BoundaryCondition
    range: float
class_uri: tvbo:StateValue