Class: Binding

Per-backend construction binding for a GraphGenerator: how to build the graph in a specific target library. Keyed by backend id — the name is the backend (e.g. python, julia, networkx).

URI: tvbo:Binding

 classDiagram
    class Binding
    click Binding href "./Binding.html"
      Binding : args
        
          
    
        
        
        Binding --> "*" String : args
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

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

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

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

        
      

Class Properties

Property Value
Class URI tvbo:Binding

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
Globally unique identifier for the entity direct
library 0..1
xsd:string
Native library/module providing the callable direct
callable 0..1
xsd:string
Name of the constructor function in the library direct
args *
xsd:string
Ordered parameter names passed to the callable direct

Usages

used by used in type used
GraphGenerator bindings range Binding

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Binding
description: 'Per-backend construction binding for a GraphGenerator: how to build
  the graph in a specific target library.  Keyed by backend id — the ``name`` is the
  backend (e.g. python, julia, networkx).'
from_schema: https://w3id.org/tvbo
slots:
- name
attributes:
  library:
    name: library
    description: Native library/module providing the callable.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Binding
    range: string
  callable:
    name: callable
    description: Name of the constructor function in the library.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Binding
    - Function
    - FunctionCall
    range: string
  args:
    name: args
    description: Ordered parameter names passed to the callable.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Binding
    range: string
    multivalued: true
class_uri: tvbo:Binding

Induced

name: Binding
description: 'Per-backend construction binding for a GraphGenerator: how to build
  the graph in a specific target library.  Keyed by backend id — the ``name`` is the
  backend (e.g. python, julia, networkx).'
from_schema: https://w3id.org/tvbo
attributes:
  library:
    name: library
    description: Native library/module providing the callable.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: Binding
    domain_of:
    - Binding
    range: string
  callable:
    name: callable
    description: Name of the constructor function in the library.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: Binding
    domain_of:
    - Binding
    - Function
    - FunctionCall
    range: string
  args:
    name: args
    description: Ordered parameter names passed to the callable.
    from_schema: https://w3id.org/tvbo
    rank: 1000
    owner: Binding
    domain_of:
    - Binding
    range: string
    multivalued: true
  name:
    name: name
    description: Globally unique identifier for the entity.
    from_schema: https://w3id.org/tvbo/common
    slot_uri: schema:name
    identifier: true
    owner: Binding
    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
class_uri: tvbo:Binding