![]() |
fpmas 1.6
|
#include <model.h>
Public Member Functions | |
SetAgentDistantCallback (api::model::Model &model) | |
void | call (const api::graph::SetDistantNodeEvent< AgentPtr > &event) override |
![]() | |
virtual void | call (Args... args)=0 |
Additional Inherited Members | |
![]() | |
typedef api::graph::SetDistantNodeEvent< AgentPtr > | EventType |
Callback triggered when an AgentNode is set DISTANT.
This happens when a previously LOCAL node is exported to an other process, or when a DISTANT node is inserted into the graph upon edge import.
|
inline |
SetAgentDistantCallback constructor.
model | current model |
|
override |