BiomolPresentInNeighbor

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
open fun cloneCondition(node: Node<T>, reaction: Reaction<T>): Condition<T>
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
Link copied to clipboard

Override if 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