Molecule To Concentration Map
data class MoleculeToConcentrationMap(val originMap: Map<MoleculeSurrogate, String>, val size: Int = originMap.size) : GraphQLMap<MoleculeSurrogate, String>
A GraphQL compliant representation of a Map storing Molecules and their concentrations.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Custom indexing with the key of the wrapped Map.
Custom indexing with a MoleculeInput object. NB: key resolution is done by the wrapped Molecule name.