Class: Callable

URI: tvbo:class/Callable

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

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

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

        
      Callable : software
        
          
    
        
        
        Callable --> "0..1" SoftwareRequirement : software
        click SoftwareRequirement href "./SoftwareRequirement.html"
    

        
      

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
direct
description 0..1
xsd:string
direct
module 0..1
xsd:string
direct
software 0..1
SoftwareRequirement
direct

Usages

used by used in type used
Function callable range Callable
LossFunction callable range Callable
FunctionCall callable range Callable
DataSource loader range Callable

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Callable
from_schema: https://w3id.org/tvbo
slots:
- name
- description
attributes:
  module:
    name: module
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Callable
    range: string
  software:
    name: software
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Callable
    - SimulationExperiment
    range: SoftwareRequirement
    inlined: true

Induced

name: Callable
from_schema: https://w3id.org/tvbo
attributes:
  module:
    name: module
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: module
    owner: Callable
    domain_of:
    - Callable
    range: string
  software:
    name: software
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: software
    owner: Callable
    domain_of:
    - Callable
    - SimulationExperiment
    range: SoftwareRequirement
    inlined: true
  name:
    name: name
    from_schema: https://w3id.org/tvbo
    rank: 1000
    key: true
    alias: name
    owner: Callable
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - Tractogram
    - File
    - Observation
    - Dynamics
    - StateVariable
    - Distribution
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - Callable
    - DerivedParameter
    - DerivedVariable
    - DataSource
    - OptimizationStage
    - Exploration
    - UpdateRule
    - Algorithm
    - Coupling
    - SoftwareEnvironment
    - SoftwareRequirement
    - SoftwarePackage
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: description
    owner: Callable
    domain_of:
    - ClinicalScore
    - Equation
    - Stimulus
    - Tractogram
    - Matrix
    - Network
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - UpdateRule
    - TuningObjective
    - Algorithm
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - SoftwareEnvironment
    - SoftwareRequirement
    - SoftwarePackage
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string