Class MoleculeToConcentrationMap
-
- All Implemented Interfaces:
public final class MoleculeToConcentrationMap extends GraphQLMap<MoleculeSurrogate, String>
-
-
Constructor Summary
Constructors Constructor Description MoleculeToConcentrationMap(Map<MoleculeSurrogate, String> originMap, Integer size)
-
Method Summary
Modifier and Type Method Description Map<MoleculeSurrogate, String>
getOriginMap()
Integer
getSize()
final List<MoleculeToConcentrationEntry>
entries()
final String
get(MoleculeInput input)
Custom indexing with a MoleculeInput object. -
-
Constructor Detail
-
MoleculeToConcentrationMap
MoleculeToConcentrationMap(Map<MoleculeSurrogate, String> originMap, Integer size)
- Parameters:
originMap
- the wrapped mapsize
- the size of the wrapped map
-
-
Method Detail
-
getOriginMap
Map<MoleculeSurrogate, String> getOriginMap()
-
entries
final List<MoleculeToConcentrationEntry> entries()
- Returns:
the list of entries in this map.
-
get
final String get(MoleculeInput input)
Custom indexing with a MoleculeInput object. NB: key resolution is done by the wrapped Molecule name.
-
-
-
-