| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Domain.Converter.Units.ToMechanismDetails
Synopsis
Documentation
toMechanismDetails :: RawMechanismDetails -> IO MechanismDetails #
Converts raw mechanism details to a structured MechanismDetails format.
Maps the raw data to more meaningful structures that represent mechanisms,
stages, and interactants.
Parameters:
RawMechanismDetailscontaining the raw data of the mechanism, interactants, included entities, stages, and follow-up information.
Returns:
MechanismDetailsrepresenting the mechanism with its context and associated stages and interactants.