core.domain.flow.MoleculeAmountList
See theMoleculeAmountList companion object
case class MoleculeAmountList(inboundReagentAmounts: List[Double], outboundProductAmounts: List[Double])
Represents a list of molecule amounts for reagents and products in a reaction.
Value parameters
- inboundReagentAmounts
-
A list of amounts for inbound reagents.
- outboundProductAmounts
-
A list of amounts for outbound products.
Attributes
- Companion
- object
- Source
- SystemState.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article