Lsa All Neighbors Action
constructor(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
constructor(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
random Generator
unused. Can be null.