Class: Analysis¶
Analysis stage of simulation workflow.
URI: https://CCPBioSim.ac.uk/biosim-schema/Analysis
classDiagram
class Analysis
click Analysis href "../../classes/Analysis/"
Analysis : analysis_method
Analysis --> "*" AnalysisMethod : analysis_method
click AnalysisMethod href "../../enums/AnalysisMethod/"
Analysis : analysis_software
Analysis --> "*" AnalysisSoftware : analysis_software
click AnalysisSoftware href "../../enums/AnalysisSoftware/"
Analysis : analysis_tool
Analysis --> "*" AnalysisTool : analysis_tool
click AnalysisTool href "../../enums/AnalysisTool/"
Slots¶
Name |
Cardinality and Range |
Description |
Inheritance |
|---|---|---|---|
Name of the tool used to analyse simulation |
direct |
||
Name of software used to analyse simulation |
direct |
||
Name of the method used to analyse simulation |
direct |
Usages¶
used by |
used in |
type |
used |
|---|---|---|---|
range |
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/Analysis |
native |
https://CCPBioSim.ac.uk/biosim-schema/Analysis |
LinkML Source¶
Direct¶
name: Analysis
description: Analysis stage of simulation workflow.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- analysis_tool
- analysis_software
- analysis_method
Induced¶
name: Analysis
description: Analysis stage of simulation workflow.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
analysis_tool:
name: analysis_tool
description: Name of the tool used to analyse simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
owner: Analysis
domain_of:
- Analysis
range: AnalysisTool
multivalued: true
analysis_software:
name: analysis_software
description: Name of software used to analyse simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
owner: Analysis
domain_of:
- Analysis
range: AnalysisSoftware
multivalued: true
analysis_method:
name: analysis_method
description: Name of the method used to analyse simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
owner: Analysis
domain_of:
- Analysis
range: AnalysisMethod
multivalued: true