BiomolPresentInEnv

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

Parameters

<P>

Position type

Constructors

Link copied to clipboard
open fun BiomolPresentInEnv(    environment: 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 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>