MoleculeToConcentrationEntry

data class MoleculeToConcentrationEntry(val molecule: MoleculeSurrogate, val concentration: String)

A single entry in a MoleculeToConcentrationMap, storing a MoleculeSurrogate and its concentration.

Parameters

molecule

the molecule

concentration

the concentration of the molecule

Constructors

Link copied to clipboard
constructor(molecule: MoleculeSurrogate, concentration: String)

Properties

Link copied to clipboard
Link copied to clipboard