BiomolPresentInEnv

class BiomolPresentInEnv<P : Position<out P>?> : GenericMoleculePresent<Double>

Parameters

<P>

Position type

Constructors

Link copied to clipboard
open fun BiomolPresentInEnv(env: Environment<Double, P>, node: Node<Double>, biomolecule: Biomolecule, concentration: Double)
Initialize condition for extra-cellular environment, implemented as a set of EnvironmentNode.

Functions

Link copied to clipboard
open fun cloneCondition(node: Node<T>, reaction: Reaction<T>): Condition<T>
open fun cloneCondition(node: Node<Double>, r: Reaction<Double>): BiomolPresentInEnv<P>
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 getMolecule(): Molecule
Allows to access the molecule.
Link copied to clipboard
open fun getNode(): Node<T>
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