REAGENT_IN

core.domain.preprocessor.REAGENT_IN
See theREAGENT_IN companion object
case class REAGENT_IN(reagentAmount: Float)

Represents the amount of reagent involved in a reaction.

Value parameters

reagentAmount

The amount of reagent used, in a floating-point representation.

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