Class: Argument

A function argument with explicit value specification. Value can be: literal (number/string), reference to input (input.key), or cross-observation reference (observation_name.output_key).

URI: tvbo:Argument

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

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

        
      Argument : unit
        
          
    
        
        
        Argument --> "0..1" String : unit
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

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

        
      

Class Properties

Property Value
Class URI tvbo:Argument

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
Globally unique identifier for the entity direct
description 0..1
xsd:string
direct
value 0..1
ScalarValue
Argument value direct
unit 0..1
xsd:string
direct

Usages

used by used in type used
Function arguments range Argument
LossFunction arguments range Argument
FunctionCall arguments range Argument
ClassReference constructor_args range Argument
ClassReference call_args range Argument

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Argument
description: 'A function argument with explicit value specification. Value can be:
  literal (number/string), reference to input (input.key), or cross-observation reference
  (observation_name.output_key).'
from_schema: https://w3id.org/tvbo
slots:
- name
- description
attributes:
  value:
    name: value
    description: "Argument value. Can be: - Literal: 1.0, \"string\", boolean, etc.\
      \ - Array (nested list): an array-valued constant such as a\n  per-node target\
      \ vector consumed by the function.\n- Input reference: \"input.frequencies\"\
      \ (from source_observation outputs) - Cross-observation: \"target_frequencies.peak_freqs\"\
      \ (from another observation)"
    from_schema: https://w3id.org/tvbo
    domain_of:
    - StateValue
    - Parameter
    - Argument
    - Option
    - BoundaryCondition
    range: ScalarValue
    any_of:
    - range: ScalarValue
  unit:
    name: unit
    from_schema: https://w3id.org/tvbo
    domain_of:
    - CommonCoordinateSpace
    - MeasureSpec
    - NamedArray
    - Edge
    - StateVariable
    - Parameter
    - Argument
    - DerivedParameter
    - DerivedVariable
    - ExplorationAxis
    - Integrator
    - TimeSeries
    - NDArray
    - SpatialField
    range: string
class_uri: tvbo:Argument

Induced

name: Argument
description: 'A function argument with explicit value specification. Value can be:
  literal (number/string), reference to input (input.key), or cross-observation reference
  (observation_name.output_key).'
from_schema: https://w3id.org/tvbo
attributes:
  value:
    name: value
    description: "Argument value. Can be: - Literal: 1.0, \"string\", boolean, etc.\
      \ - Array (nested list): an array-valued constant such as a\n  per-node target\
      \ vector consumed by the function.\n- Input reference: \"input.frequencies\"\
      \ (from source_observation outputs) - Cross-observation: \"target_frequencies.peak_freqs\"\
      \ (from another observation)"
    from_schema: https://w3id.org/tvbo
    owner: Argument
    domain_of:
    - StateValue
    - Parameter
    - Argument
    - Option
    - BoundaryCondition
    range: ScalarValue
    any_of:
    - range: ScalarValue
  unit:
    name: unit
    from_schema: https://w3id.org/tvbo
    owner: Argument
    domain_of:
    - CommonCoordinateSpace
    - MeasureSpec
    - NamedArray
    - Edge
    - StateVariable
    - Parameter
    - Argument
    - DerivedParameter
    - DerivedVariable
    - ExplorationAxis
    - Integrator
    - TimeSeries
    - NDArray
    - SpatialField
    range: string
  name:
    name: name
    description: Globally unique identifier for the entity.
    from_schema: https://w3id.org/tvbo/common
    slot_uri: schema:name
    identifier: true
    owner: Argument
    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
  description:
    name: description
    from_schema: https://w3id.org/tvbo
    rank: 1000
    slot_uri: dcterms:description
    owner: Argument
    domain_of:
    - Dataset
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Tractogram
    - Matrix
    - Phenotype
    - MeasureSpec
    - NamedArray
    - Network
    - GraphGenerator
    - ProcedureStep
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - ExplorationAxis
    - FreeParameter
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - AlgorithmStage
    - TuningObjective
    - Algorithm
    - BranchSwitch
    - Continuation
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - Study
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
class_uri: tvbo:Argument