OutboundProduct

core.domain.preprocessor.OutboundProduct
See theOutboundProduct companion object
case class OutboundProduct(productFrom: PRODUCT_FROM, molecule: Molecule)

Represents an outbound product in a reaction.

Value parameters

molecule

The molecule associated with the product.

productFrom

The product'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