IReagentIn

core.domain.preprocessor.IReagentIn
See theIReagentIn companion object
case class IReagentIn(reagentIn: REAGENT_IN) extends Interactant

Represents a reagent as an interactant.

Value parameters

reagentIn

The REAGENT_IN instance associated with the interactant.

Attributes

Companion
object
Source
Interactant.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Interactant
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