Catalyst

core.domain.preprocessor.Catalyst
See theCatalyst companion object
case class Catalyst(catalystId: CatalystId, catalystSmiles: String, catalystName: Option[String])

Represents a catalyst used in a chemical reaction.

Value parameters

catalystId

The unique identifier for the catalyst.

catalystName

The optional name of the catalyst.

catalystSmiles

The SMILES representation of the catalyst.

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