LsaAllNeighborsAction
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
randomGenerator
unused. Can be null.