AbstractActionOnSingleMolecule

This class offers the basic structures to provide operations with numeric concentrations on a single molecule.

Parameters

<T>

concentration type

Inheritors

Functions

Link copied to clipboard
abstract fun cloneAction(p: Node<T>, p1: Reaction<T>): Action<T>
Link copied to clipboard
abstract fun execute()
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
open fun getMolecule(): Molecule
Link copied to clipboard

How to override: if you intend your action to influence any reaction with compatible context, return null.
Link copied to clipboard
open fun toString(): String