Lsa Standard Condition
simple LSA-condition (example:
Inheritors
Functions
Link copied to clipboard
abstract fun cloneCondition(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): ILsaCondition
This method allows to clone this action on a new node.
open fun cloneCondition(node: Node<List<ILsaMolecule>>, r: Reaction<List<ILsaMolecule>>): LsaStandardCondition
How to override: create a new action of your concrete subtype.
Link copied to clipboard
Link copied to clipboard
How to override: if you intend your condition to be potentially changed by any change in the context, return null.
Link copied to clipboard
This method is a support for the propensity calculation inside the Reactions.
Link copied to clipboard