|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.ObjectdecisionMakingSystem.GlobalParameters
public class GlobalParameters
holds all parameters for all agents - so its not necessary to change them everywhere singleton!
| Field Summary | |
|---|---|
static double |
DEFAULT_EFFORT_COEFICIENT
|
static int |
FADEOUT_FOR_ACTIONS
how long does an action hold in preactive state before discarding |
static int |
FADEOUT_FOR_INTENTIONS
how long does an intention hold in preactive state before discarding |
static int |
FADEOUT_FOR_ITEMS
how long does an item hold in perceptive field without usage |
static int |
LENGHT_OF_A_DAY
number of logic iterations which defines a day WARNING used a lot a lot a lot!!! and should be at least one tick = one minute. |
static int |
SEARCH_RANDOM_LENGHT
number of minutes of search random before it times out |
| Constructor Summary | |
|---|---|
protected |
GlobalParameters()
|
| Method Summary | |
|---|---|
static GlobalParameters |
getInstance()
|
void |
GlobalParametersRecount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int FADEOUT_FOR_ITEMS
public static int FADEOUT_FOR_ACTIONS
public static int FADEOUT_FOR_INTENTIONS
public static double DEFAULT_EFFORT_COEFICIENT
public static int LENGHT_OF_A_DAY
public static int SEARCH_RANDOM_LENGHT
| Constructor Detail |
|---|
protected GlobalParameters()
| Method Detail |
|---|
public static GlobalParameters getInstance()
public void GlobalParametersRecount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||