Lsa Abstract Condition
Inheritors
Functions
Link copied to clipboard
abstract fun cloneCondition(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): LsaAbstractCondition
This method allows to clone this action on a new node.
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