SendToNeighbor

class SendToNeighbor : AbstractAction<T>

Constructors

Link copied to clipboard
open fun SendToNeighbor(    node: Node<Any>,     reaction: Reaction<Any>,     program: RunProtelisProgram<out Any>)

Functions

Link copied to clipboard
open fun cloneAction(node: Node<Any>, reaction: Reaction<Any>): SendToNeighbor
Link copied to clipboard
open fun execute()
Link copied to clipboard
open fun getContext(): Context
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun getProtelisProgram(): RunProtelisProgram<out Any>
Link copied to clipboard
open fun toString(): String