Package it.unibo.alchemist.model.implementations.molecules

Molecule implementations.

Types

Link copied to clipboard
open class Biomolecule : SimpleMolecule
Link copied to clipboard
class Junction : SimpleMolecule
Represents a junction between two cells.
Link copied to clipboard
class LsaMolecule : SimpleMolecule, ILsaMolecule
This class realizes an LsaMolecule, where arguments are of type Expression.
Link copied to clipboard
open class SimpleMolecule : Molecule
Simple implementation of Molecule.