Lsa All Neighbors Action
open fun LsaAllNeighborsAction(node: ILsaNode, molecule: ILsaMolecule, environment: Environment<List<ILsaMolecule>, out Any>)
Content copied to clipboard
Parameters
node
the node in which the reaction is programmed
molecule
the lsa which is involved
environment
the current environment
open fun LsaAllNeighborsAction(node: ILsaNode, molecule: ILsaMolecule, environment: Environment<List<ILsaMolecule>, out Any>, randomGenerator: RandomGenerator)
Content copied to clipboard
Parameters
node
the node in which the reaction is programmed
molecule
the lsa which is involved
environment
the current environment
random Generator
unused. Can be null.