OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PolicyParams.h File Reference
#include <string>
+ Include dependency graph for PolicyParams.h:

Go to the source code of this file.

Variables

const string RULES = "rules"
 
const string FILE_PATH = "file_path"
 
const string RULE_NAME = "name"
 
const string PRIORITY = "priority"
 
const string CATEGORY = "category"
 
const string ATTENTION_ALLOC = "attention_allocation"
 
const string LOG_LEVEL = "log_level"
 
const string MUTEX_RULES = "mutex"
 
const string MAX_ITER = "max_iter"
 

Variable Documentation

const string ATTENTION_ALLOC = "attention_allocation"

Definition at line 36 of file PolicyParams.h.

const string CATEGORY = "category"

Definition at line 35 of file PolicyParams.h.

const string FILE_PATH = "file_path"

Definition at line 32 of file PolicyParams.h.

const string LOG_LEVEL = "log_level"

Definition at line 37 of file PolicyParams.h.

const string MAX_ITER = "max_iter"

Definition at line 39 of file PolicyParams.h.

const string MUTEX_RULES = "mutex"

Definition at line 38 of file PolicyParams.h.

const string PRIORITY = "priority"

Definition at line 34 of file PolicyParams.h.

const string RULE_NAME = "name"

Definition at line 33 of file PolicyParams.h.

const string RULES = "rules"

Definition at line 31 of file PolicyParams.h.