The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
This type defines how the agent perceives its own body mass it can be important for state-dependency. More...
Public Member Functions | |
procedure, public | init => percept_bodymass_create_init |
Initiate an empty body mass perception object. See the_neurobio::percept_bodymass_create_init() . More... | |
procedure, public | get_current => percept_bodymass_get_current |
Get the current value of the body mass perception. See the_neurobio::percept_bodymass_get_current() . More... | |
procedure, public | set_current => percept_bodymass_update_current |
Set and update the current body mass perception value. See the_neurobio::percept_bodymass_update_current() . More... | |
procedure, public | destroy => percept_bodymass_destroy_deallocate |
Destroy the body mass perception object and deallocate. See the_neurobio::percept_bodymass_destroy_deallocate() . More... | |
Public Attributes | |
real(srp) | body_mass |
The current body mass of the agent. More... | |
This type defines how the agent perceives its own body mass it can be important for state-dependency.
Definition at line 315 of file m_neuro.f90.
procedure, public the_neurobio::percept_body_mass::init |
Initiate an empty body mass perception object. See the_neurobio::percept_bodymass_create_init()
.
Definition at line 321 of file m_neuro.f90.
procedure, public the_neurobio::percept_body_mass::get_current |
Get the current value of the body mass perception. See the_neurobio::percept_bodymass_get_current()
.
Definition at line 324 of file m_neuro.f90.
procedure, public the_neurobio::percept_body_mass::set_current |
Set and update the current body mass perception value. See the_neurobio::percept_bodymass_update_current()
.
Definition at line 327 of file m_neuro.f90.
procedure, public the_neurobio::percept_body_mass::destroy |
Destroy the body mass perception object and deallocate. See the_neurobio::percept_bodymass_destroy_deallocate()
.
Definition at line 330 of file m_neuro.f90.
real(srp) the_neurobio::percept_body_mass::body_mass |
The current body mass of the agent.
Definition at line 317 of file m_neuro.f90.