The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
An alias for the the_environment::food_resources_collapse_global_object() method for joining food resources into a single global food resource out of the global array the_environment::global_habitats_available. See the_environment::unjoin() for how to unjoin an array of food resources back into an array. More...
Public Member Functions | |
type(food_resource) function | food_resources_collapse_global_object (reindex, label) |
Join food resources into a single global food resource out of the global array the_environment::global_habitats_available. See the_environment::unjoin() for how to unjoin an array of food resources back into an array. The joined resource can then go into the perception system. The properties of the component resources are retained in the collapsed resource. More... | |
An alias for the the_environment::food_resources_collapse_global_object() method for joining food resources into a single global food resource out of the global array the_environment::global_habitats_available. See the_environment::unjoin() for how to unjoin an array of food resources back into an array.
type(food_resource) function the_environment::join::food_resources_collapse_global_object | ( | logical, intent(in), optional | reindex, |
character(len=*), intent(in), optional | label | ||
) |
Join food resources into a single global food resource out of the global array the_environment::global_habitats_available. See the_environment::unjoin() for how to unjoin an array of food resources back into an array. The joined resource can then go into the perception system. The properties of the component resources are retained in the collapsed resource.
join
, see the_environment::join(). [in] | reindex | reindex logical flag to reindex the joined resource (TRUE) upon joining. The default is no reindexing. |
[in] | label | label Label for the joined food resource, if absent set to 'tmp_object'. |