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(node: Node<T>, reaction: Reaction<T>): Action<T>
This method allows to clone this action on a new node.
Link copied to clipboard
abstract fun execute()
Effectively executes this action.
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
open fun getMolecule(): Molecule
Link copied to clipboard
fun getOutboundDependencies(): ListSet<? extends Dependency>
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