Lsa Count Neighbors Action
Constructors
Link copied to clipboard
open fun LsaCountNeighborsAction(environment: Environment<List<ILsaMolecule>, out Any>, node: ILsaNode, molToCount: ILsaMolecule, countVar: HashString, rand: RandomGenerator)
Content copied to clipboard
Builds a new action that counts neighbors which contain in their lsaSpace an lsaMolecule matching mol.
Link copied to clipboard
open fun LsaCountNeighborsAction(environment: Environment<List<ILsaMolecule>, out Any>, node: ILsaNode, molToCount: ILsaMolecule, countVar: String, rand: RandomGenerator)
Content copied to clipboard
Builds a new action that counts neighbors which contain in their lsaSpace an lsaMolecule matching mol.
Functions
Link copied to clipboard
abstract fun cloneAction(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): LsaAbstractAction
Content copied to clipboard
open fun cloneAction(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): LsaCountNeighborsAction
Content copied to clipboard
abstract fun cloneAction(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): ILsaAction
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard