GenericMoleculeUnderLevel

Parameters

<T>

the concentration type

Constructors

Link copied to clipboard
constructor(n: Node<T>, mol: Molecule, quantity: T)

Properties

Link copied to clipboard
Link copied to clipboard
val node: Node<T>

Functions

Link copied to clipboard
open fun cloneCondition(newNode: Node<T>, newReaction: Reaction<T>): GenericMoleculeUnderLevel<T>
open fun cloneCondition(p: Node<T>, p1: Reaction<T>): Condition<T>
Link copied to clipboard
abstract fun getContext(): Context
open fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getQuantity(): T
Allows accessing the threshold.
Link copied to clipboard
abstract fun isValid(): Boolean
open fun isValid(): Boolean
Link copied to clipboard
open fun reactionReady()
Link copied to clipboard
open fun toString(): String
open fun toString(): String