The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
This type defines how the agent perceives its own age in terms of the model discrete time step. More...
Public Member Functions | |
procedure, public | init => percept_age_create_init |
Initiate an empty age perception object. See the_neurobio::percept_age_create_init() . More... | |
procedure, public | get_current => percept_age_get_current |
Get the current value of the age reserves. See the_neurobio::percept_age_get_current() . More... | |
procedure, public | set_current =>percept_age_update_current |
Set and update the current age perception value. See the_neurobio::percept_age_update_current() . More... | |
procedure, public | destroy => percept_age_destroy_deallocate |
Destroy the age perception object and deallocate. See the_neurobio::percept_age_destroy_deallocate() . More... | |
Public Attributes | |
integer | age |
This type defines how the agent perceives its own age in terms of the model discrete time step.
Definition at line 355 of file m_neuro.f90.
procedure, public the_neurobio::percept_age::init |
Initiate an empty age perception object. See the_neurobio::percept_age_create_init()
.
Definition at line 360 of file m_neuro.f90.
procedure, public the_neurobio::percept_age::get_current |
Get the current value of the age reserves. See the_neurobio::percept_age_get_current()
.
Definition at line 363 of file m_neuro.f90.
procedure, public the_neurobio::percept_age::set_current |
Set and update the current age perception value. See the_neurobio::percept_age_update_current()
.
Definition at line 366 of file m_neuro.f90.
procedure, public the_neurobio::percept_age::destroy |
Destroy the age perception object and deallocate. See the_neurobio::percept_age_destroy_deallocate()
.
Definition at line 369 of file m_neuro.f90.
integer the_neurobio::percept_age::age |
Definition at line 356 of file m_neuro.f90.