ProcessDetails

core.domain.preprocessor.ProcessDetails
See theProcessDetails companion object
case class ProcessDetails(reactionDetails: ReactionDetails, mechanismDetails: MechanismDetails)

Represents the combined details of a reaction and its associated mechanism.

Value parameters

mechanismDetails

The MechanismDetails instance containing details of the mechanism.

reactionDetails

The ReactionDetails instance containing details of the reaction.

Attributes

Companion
object
Source
Process.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