IMolecule

core.domain.preprocessor.IMolecule
See theIMolecule companion object
case class IMolecule(molecule: Molecule) extends Interactant

Represents a molecule as an interactant.

Value parameters

molecule

The Molecule 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