alchemist-full
Toggle table of contents
42.0.5
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-incarnation-protelis
/
it.unibo.alchemist.model.protelis.actions
/
SendToNeighbor
Send
To
Neighbor
class
SendToNeighbor
(
node
:
Node
<
Any
>
,
reaction
:
Reaction
<
Any
>
,
val
protelisProgram
:
RunProtelisProgram
<
*
>
)
:
AbstractAction
<
Any
>
(
source
)
Parameters
node
the local node
reaction
the reaction
protelis
Program
the
RunProtelisProgram
whose data will be sent
Members
Constructors
Send
To
Neighbor
Link copied to clipboard
constructor
(
node
:
Node
<
Any
>
,
reaction
:
Reaction
<
Any
>
,
protelisProgram
:
RunProtelisProgram
<
*
>
)
Properties
protelis
Program
Link copied to clipboard
val
protelisProgram
:
RunProtelisProgram
<
*
>
Functions
clone
Action
Link copied to clipboard
open
override
fun
cloneAction
(
newNode
:
Node
<
Any
>
,
newReaction
:
Reaction
<
Any
>
)
:
SendToNeighbor
execute
Link copied to clipboard
open
override
fun
execute
(
)
get
Context
Link copied to clipboard
open
override
fun
getContext
(
)
:
Context
get
Outbound
Dependencies
Link copied to clipboard
@
Nonnull
override
fun
getOutboundDependencies
(
)
:
ListSet
<
out
Dependency
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String