SendToNeighbor

class SendToNeighbor : AbstractAction<Any>

Constructors

Link copied to clipboard
open fun SendToNeighbor(node: ProtelisNode<out 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
open fun getNode(): ProtelisNode<out Any>
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