BiomolPresentInCell

open class BiomolPresentInCell : GenericMoleculePresent<T>

Constructors

Link copied to clipboard
open fun BiomolPresentInCell(    node: Node<Double>,     biomol: Molecule,     concentration: Double)

Functions

Link copied to clipboard
open fun cloneCondition(node: Node<T>, reaction: Reaction<T>): Condition<T>
open fun cloneCondition(node: Node<T>, reaction: Reaction<T>): GenericMoleculePresent<T>
Link copied to clipboard
open fun getContext(): Context
abstract fun getContext(): Context
Link copied to clipboard
fun getInboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun getPropensityContribution(): Double
Propensity influence is computed through the binomial coefficient.
abstract fun getPropensityContribution(): Double
Link copied to clipboard
open fun getQuantity(): T
Allows to access the threshold.
Link copied to clipboard
open fun isValid(): Boolean
abstract fun isValid(): Boolean
Link copied to clipboard
open fun reactionReady()
Link copied to clipboard
open fun toString(): String
open fun toString(): String

Properties

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