AbstractActionOnSingleMolecule

abstract class AbstractActionOnSingleMolecule<T> : AbstractAction<T>

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

Parameters

<T>

concentration type

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
fun getOutboundDependencies(): ListSet<out Dependency>
How to override: if you intend your action to influence any reaction with compatible context, return null.
abstract fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun toString(): String

Inheritors

Link copied to clipboard
Link copied to clipboard