![]() |
fpmas 1.6
|
#include <model.h>
Public Member Functions | |
void | execute (api::model::Agent *agent) const override |
virtual void | execute (Agent *agent) const =0 |
A default api::model::Behavior that call api::model::Agent::act().
Since api::model::Agent::act() might be removed in a next release, this bahevior is deprecated: use Behavior instead.
|
inlineoverridevirtual |
Executes this behavior on the specified agent
.
agent | on which this behavior must be executed. |
Implements fpmas::api::model::Behavior.