SendToNeighbor

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

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
Link copied to clipboard
open override fun execute()
Link copied to clipboard
open override fun getContext(): Context
Link copied to clipboard
override fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open override fun toString(): String