MoleculeAmountList

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product