Soar Kernel
9.3.2 08-06-12
|
#include <semantic_memory.h>
Inherits soar_module::string_param.
Public Member Functions | |
virtual void | set_value (const char *new_value) |
smem_path_param (const char *new_name, const char *new_value, soar_module::predicate< const char * > *new_val_pred, soar_module::predicate< const char * > *new_prot_pred, agent *new_agent) | |
![]() | |
virtual char * | get_string () |
virtual const char * | get_value () |
virtual bool | set_string (const char *new_string) |
string_param (const char *new_name, const char *new_value, predicate< const char * > *new_val_pred, predicate< const char * > *new_prot_pred) | |
virtual bool | validate_string (const char *new_value) |
virtual | ~string_param () |
![]() | |
param (const char *new_name) | |
virtual | ~param () |
![]() | |
const char * | get_name () |
named_object (const char *new_name) | |
virtual | ~named_object () |
Protected Attributes | |
agent * | my_agent |
![]() | |
predicate< const char * > * | prot_pred |
predicate< const char * > * | val_pred |
std::string * | value |
Definition at line 83 of file semantic_memory.h.
smem_path_param::smem_path_param | ( | const char * | new_name, |
const char * | new_value, | ||
soar_module::predicate< const char * > * | new_val_pred, | ||
soar_module::predicate< const char * > * | new_prot_pred, | ||
agent * | new_agent | ||
) |
Definition at line 168 of file semantic_memory.cpp.
|
virtual |
Reimplemented from soar_module::string_param.
Definition at line 170 of file semantic_memory.cpp.
References smem_param_container::database, smem_param_container::file, my_agent, print(), soar_module::constant_param< T >::set_value(), agent_struct::smem_first_switch, agent_struct::smem_params, soar_module::string_param::value, and xml_generate_message().
|
protected |
Definition at line 86 of file semantic_memory.h.
Referenced by set_value().