|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcrowdmodel.agents.MemoryElement
crowdmodel.agents.Fact
public abstract class Fact
Fact is a type of memoryElement. Memory has 3 types of elements: Facts, Rules and Goals A fact defines a unit of declerative knowledge (a chunk) \\TODO refer to the pages of thesis
| Field Summary |
|---|
| Fields inherited from class crowdmodel.agents.MemoryElement |
|---|
d_activation, d_baseLevel, d_contextLevel, d_id, d_name, d_thisAgent, d_thisAgentFlag, d_thisMemory, d_thisMemoryFlag |
| Constructor Summary | |
|---|---|
Fact()
|
|
| Method Summary | |
|---|---|
double |
getRetrievalTime()
Returns the retrievalTime of this element The behaviour selection process is time dependent, the retrieval of a fact in memory takes time, which is here calculated based upon the activation level this element has. |
| Methods inherited from class crowdmodel.agents.MemoryElement |
|---|
approxB, contextActivation, getActivation, getID, getLastPrimeTime, getName, prime, setThisAgent, setThisMemory, toString, updateActivation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Fact()
| Method Detail |
|---|
public double getRetrievalTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||