Reaction

core.domain.preprocessor.Reaction
See theReaction companion object
case class Reaction(reactionId: ReactionId, reactionName: String)

Represents a chemical reaction with its ID and name.

Value parameters

reactionId

The unique identifier for the reaction.

reactionName

The name of the reaction.

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