|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrowdmodel.agents.MemoryElement
crowdmodel.agents.Rule
public abstract class Rule
Rule is a type of memoryElement. Memory has 3 types of elements: Rules, Facts and Goals A rule defines a manipulation (internally or externally) \\TODO refer to pages in 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 | |
---|---|
Rule()
|
Method Summary | |
---|---|
void |
execute()
Function that describes the execution of the given rule. |
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 Rule()
Method Detail |
---|
public void execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |