java.io.Serializablepublic class CompoundCue extends RuleEngine
_kbase, _kbuilder, _ksession, _rulePath| Constructor | Description |
|---|---|
CompoundCue() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Hashtable<java.lang.Integer,java.lang.Float> |
getCCEvaluations() |
Return the result of matching
|
float |
getEvaluation() |
|
FAtiMA.Core.memory.episodicMemory.ActionDetail |
getStrongestResult() |
|
void |
Match(FAtiMA.Core.memory.episodicMemory.ActionDetail queryEvent,
FAtiMA.Core.memory.episodicMemory.EpisodicMemory episodicMemory) |
Match current entry with events in memory
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitAssertDatapublic void Match(FAtiMA.Core.memory.episodicMemory.ActionDetail queryEvent,
FAtiMA.Core.memory.episodicMemory.EpisodicMemory episodicMemory)
public java.util.Hashtable<java.lang.Integer,java.lang.Float> getCCEvaluations()
public FAtiMA.Core.memory.episodicMemory.ActionDetail getStrongestResult()
public float getEvaluation()