SendToNeighbor

class SendToNeighbor(node: Node<Any>, reaction: Reaction<Any>, val protelisProgram: RunProtelisProgram<*>) : AbstractAction<Any>

Parameters

node

the local node

reaction

the reaction

protelisProgram

the RunProtelisProgram whose data will be sent

Constructors

Link copied to clipboard
constructor(node: Node<Any>, reaction: Reaction<Any>, protelisProgram: RunProtelisProgram<*>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun cloneAction(newNode: Node<Any>, newReaction: Reaction<Any>): SendToNeighbor

This method allows to clone this action on a new node. It may result useful to support runtime creation of nodes with the same reaction programming, e.g. for morphogenesis.

Link copied to clipboard
open override fun execute()

Effectively executes this action.

Link copied to clipboard
open override fun getContext(): Context
Link copied to clipboard
override fun getOutboundDependencies(): ListSet
Link copied to clipboard
open override fun toString(): String