Class: SoftwareEnvironment

A reproducible software environment aggregating one or more SoftwareRequirement entries. Used by SimulationExperiment to specify the execution context.

URI: tvbo_sw:class/SoftwareEnvironment

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

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

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

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

        
      SoftwareEnvironment : environment_type
        
          
    
        
        
        SoftwareEnvironment --> "0..1" EnvironmentType : environment_type
        click EnvironmentType href "../../enums/EnvironmentType.html"
    

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

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

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

        
      SoftwareEnvironment : requirements
        
          
    
        
        
        SoftwareEnvironment --> "*" SoftwareRequirement : requirements
        click SoftwareRequirement href "./SoftwareRequirement.html"
    

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

        
      

Slots

Name Cardinality and Range Description Inheritance
label 0..1
xsd:string
direct
description 0..1
xsd:string
direct
dataLocation 0..1
xsd:string
direct
name 0..1
xsd:string
Human-readable environment label direct
version 0..1
xsd:string
Environment definition version (not a package version) direct
platform 0..1
xsd:string
OS / architecture (e direct
environment_type 0..1
EnvironmentType
Category: conda, venv, docker, etc direct
container_image 0..1
xsd:string
Container image reference (e direct
build_hash 0..1
xsd:string
Deterministic hash of the resolved dependency set direct
requirements *
SoftwareRequirement
Constituent software requirements direct

Usages

used by used in type used
Observation environment range SoftwareEnvironment
DerivedObservation environment range SoftwareEnvironment
SimulationExperiment environment range SoftwareEnvironment
TimeSeries software_environment range SoftwareEnvironment
PDESolver environment range SoftwareEnvironment

Comments

  • An environment aggregates one or more SoftwareRequirement entries.
  • Use SimulationExperiment.environment to reference a reusable environment.

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self tvbo_sw:SoftwareEnvironment
native tvbo_sw:SoftwareEnvironment

LinkML Source

Direct

name: SoftwareEnvironment
description: A reproducible software environment aggregating one or more SoftwareRequirement
  entries. Used by SimulationExperiment to specify the execution context.
comments:
- An environment aggregates one or more SoftwareRequirement entries.
- Use SimulationExperiment.environment to reference a reusable environment.
from_schema: https://w3id.org/tvbo/software
attributes:
  label:
    name: label
    from_schema: https://w3id.org/tvbo/software
    domain_of:
    - ParcellationTerminology
    - Subject
    - Session
    - Dataset
    - Contact
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Parcellation
    - Tractogram
    - Matrix
    - Network
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - Function
    - FunctionCall
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - TuningObjective
    - Continuation
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - DifferentialOperator
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  description:
    name: description
    from_schema: https://w3id.org/tvbo/software
    domain_of:
    - Dataset
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Tractogram
    - Matrix
    - Network
    - GraphGenerator
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - UpdateRule
    - TuningObjective
    - Algorithm
    - BranchSwitch
    - Continuation
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  dataLocation:
    name: dataLocation
    from_schema: https://w3id.org/tvbo/software
    domain_of:
    - ParcellationTerminology
    - SoftwareRequirement
    - SoftwareEnvironment
    - Stimulus
    - Matrix
    - RandomStream
    - RegionMapping
    - TimeSeries
    - NDArray
    - Mesh
    range: string
  name:
    name: name
    description: Human-readable environment label.
    from_schema: https://w3id.org/tvbo/software
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - 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
    range: string
  version:
    name: version
    description: Environment definition version (not a package version).
    from_schema: https://w3id.org/tvbo/software
    domain_of:
    - ClinicalScale
    - SimulationTool
    - SoftwareRequirement
    - SoftwareEnvironment
    range: string
  platform:
    name: platform
    description: OS / architecture (e.g., linux-64, macos-arm64).
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    domain_of:
    - SoftwareEnvironment
    range: string
  environment_type:
    name: environment_type
    description: 'Category: conda, venv, docker, etc.'
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    domain_of:
    - SoftwareEnvironment
    range: EnvironmentType
  container_image:
    name: container_image
    description: Container image reference (e.g., ghcr.io/org/img:tag@sha256:...).
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    domain_of:
    - SoftwareEnvironment
    range: string
  build_hash:
    name: build_hash
    description: Deterministic hash of the resolved dependency set.
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    domain_of:
    - SoftwareEnvironment
    range: string
  requirements:
    name: requirements
    description: Constituent software requirements.
    from_schema: https://w3id.org/tvbo/software
    domain_of:
    - SoftwareEnvironment
    - Function
    - PDESolver
    range: SoftwareRequirement
    multivalued: true
    inlined: true

Induced

name: SoftwareEnvironment
description: A reproducible software environment aggregating one or more SoftwareRequirement
  entries. Used by SimulationExperiment to specify the execution context.
comments:
- An environment aggregates one or more SoftwareRequirement entries.
- Use SimulationExperiment.environment to reference a reusable environment.
from_schema: https://w3id.org/tvbo/software
attributes:
  label:
    name: label
    from_schema: https://w3id.org/tvbo/software
    alias: label
    owner: SoftwareEnvironment
    domain_of:
    - ParcellationTerminology
    - Subject
    - Session
    - Dataset
    - Contact
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Parcellation
    - Tractogram
    - Matrix
    - Network
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - Function
    - FunctionCall
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - TuningObjective
    - Continuation
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - DifferentialOperator
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  description:
    name: description
    from_schema: https://w3id.org/tvbo/software
    alias: description
    owner: SoftwareEnvironment
    domain_of:
    - Dataset
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Equation
    - Stimulus
    - Event
    - Tractogram
    - Matrix
    - Network
    - GraphGenerator
    - File
    - Node
    - Edge
    - Observation
    - Dynamics
    - StateVariable
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - RandomStream
    - DataSource
    - OptimizationStage
    - Exploration
    - UpdateRule
    - TuningObjective
    - Algorithm
    - BranchSwitch
    - Continuation
    - Integrator
    - Coupling
    - RegionMapping
    - SimulationExperiment
    - SimulationStudy
    - TimeSeries
    - NDArray
    - SpatialDomain
    - Mesh
    - SpatialField
    - FieldStateVariable
    - BoundaryCondition
    - PDESolver
    - PDE
    range: string
  dataLocation:
    name: dataLocation
    from_schema: https://w3id.org/tvbo/software
    alias: dataLocation
    owner: SoftwareEnvironment
    domain_of:
    - ParcellationTerminology
    - SoftwareRequirement
    - SoftwareEnvironment
    - Stimulus
    - Matrix
    - RandomStream
    - RegionMapping
    - TimeSeries
    - NDArray
    - Mesh
    range: string
  name:
    name: name
    description: Human-readable environment label.
    from_schema: https://w3id.org/tvbo/software
    alias: name
    owner: SoftwareEnvironment
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - 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
    range: string
  version:
    name: version
    description: Environment definition version (not a package version).
    from_schema: https://w3id.org/tvbo/software
    alias: version
    owner: SoftwareEnvironment
    domain_of:
    - ClinicalScale
    - SimulationTool
    - SoftwareRequirement
    - SoftwareEnvironment
    range: string
  platform:
    name: platform
    description: OS / architecture (e.g., linux-64, macos-arm64).
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    alias: platform
    owner: SoftwareEnvironment
    domain_of:
    - SoftwareEnvironment
    range: string
  environment_type:
    name: environment_type
    description: 'Category: conda, venv, docker, etc.'
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    alias: environment_type
    owner: SoftwareEnvironment
    domain_of:
    - SoftwareEnvironment
    range: EnvironmentType
  container_image:
    name: container_image
    description: Container image reference (e.g., ghcr.io/org/img:tag@sha256:...).
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    alias: container_image
    owner: SoftwareEnvironment
    domain_of:
    - SoftwareEnvironment
    range: string
  build_hash:
    name: build_hash
    description: Deterministic hash of the resolved dependency set.
    from_schema: https://w3id.org/tvbo/software
    rank: 1000
    alias: build_hash
    owner: SoftwareEnvironment
    domain_of:
    - SoftwareEnvironment
    range: string
  requirements:
    name: requirements
    description: Constituent software requirements.
    from_schema: https://w3id.org/tvbo/software
    alias: requirements
    owner: SoftwareEnvironment
    domain_of:
    - SoftwareEnvironment
    - Function
    - PDESolver
    range: SoftwareRequirement
    multivalued: true
    inlined: true