LsaAllNeighborsAction

open fun LsaAllNeighborsAction(    node: ILsaNode,     molecule: ILsaMolecule,     environment: Environment<List<ILsaMolecule>, out Any>)

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)

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.