Class: Setup

Setup stage of simulation workflow.

URI: https://CCPBioSim.ac.uk/biosim-schema/Setup

         classDiagram
    class Setup
    click Setup href "../../classes/Setup/"
      Setup : setup_tool
        
          
    
        
        
        Setup --> "0..1" SetupTool : setup_tool
        click SetupTool href "../../enums/SetupTool/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Inheritance

setup_tool

0..1
SetupTool

Name of the tool used to setup simulation

direct

Usages

used by

used in

type

used

SimulationStages

setup

range

Setup

Identifier and Mapping Information

Schema Source

  • from schema: https://CCPBioSim.ac.uk/biosim-schema/

Mappings

Mapping Type

Mapped Value

self

https://CCPBioSim.ac.uk/biosim-schema/Setup

native

https://CCPBioSim.ac.uk/biosim-schema/Setup

LinkML Source

Direct

name: Setup
description: Setup stage of simulation workflow.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- setup_tool

Induced

name: Setup
description: Setup stage of simulation workflow.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
  setup_tool:
    name: setup_tool
    description: Name of the tool used to setup simulation.
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: Setup
    domain_of:
    - Setup
    range: SetupTool