BiomolPresentInNeighbor

This condition is valid if a selected biomolecule is present in the neighborhood of the node.

Constructors

Link copied to clipboard
constructor(environment: Environment<Double, out Any>, node: Node<Double>, molecule: Biomolecule, concentration: Double)

Properties

Link copied to clipboard
val node: Node<T>

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
Link copied to clipboard

Override if the desired behavior differs.
Link copied to clipboard
Searches in the given neighborhood which nodes satisfy the condition and returns a list of valid neighbors.
Link copied to clipboard
open fun isValid(): Boolean
Link copied to clipboard
open fun reactionReady()
Link copied to clipboard
open fun toString(): String