--- search: boost: 10.0 --- # Class: Setup _Setup stage of simulation workflow._
URI: [https://CCPBioSim.ac.uk/biosim-schema/Setup](https://CCPBioSim.ac.uk/biosim-schema/Setup) ```{mermaid} 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](../slots/setup_tool.md) | 0..1
[SetupTool](../enums/SetupTool.md) | Name of the tool used to setup simulation | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SimulationStages](../classes/SimulationStages.md) | [setup](../slots/setup.md) | range | [Setup](../classes/Setup.md) | ## 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 ```yaml name: Setup description: Setup stage of simulation workflow. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ slots: - setup_tool ``` ### Induced ```yaml 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 ```