The AHA Model  Revision: 12809
Reference implementation 04 (HEDG02_04)
the_neurobio::percept_age Type Reference

This type defines how the agent perceives its own age in terms of the model discrete time step. More...

Collaboration diagram for the_neurobio::percept_age:

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
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ init()

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.

◆ get_current()

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.

◆ set_current()

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.

◆ destroy()

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.

Member Data Documentation

◆ age

integer the_neurobio::percept_age::age

Definition at line 356 of file m_neuro.f90.


The documentation for this type was generated from the following file: