InboundReagent

core.domain.preprocessor.InboundReagent
See theInboundReagent companion object
case class InboundReagent(reagentIn: REAGENT_IN, molecule: Molecule)

Represents an inbound reagent in a reaction.

Value parameters

molecule

The molecule associated with the reagent.

reagentIn

The reagent's amount information.

Attributes

Companion
object
Source
Chemical.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