PRODUCT_FROM

core.domain.preprocessor.PRODUCT_FROM
See thePRODUCT_FROM companion object
case class PRODUCT_FROM(productAmount: Float)

Represents the amount of product generated from a reaction.

Value parameters

productAmount

The amount of product formed, 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