LsaAllNeighborsAction
constructor(node: ILsaNode, molecule: ILsaMolecule, environment: Environment<List<ILsaMolecule>, out Any>)(source)
Parameters
node
the node in which the reaction is programmed
molecule
the lsa which is involved
environment
the current environment
constructor(node: ILsaNode, molecule: ILsaMolecule, environment: Environment<List<ILsaMolecule>, out Any>, randomGenerator: RandomGenerator)(source)
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.