Package FAtiMA.advancedMemoryComponent
Class CompoundCue
- java.lang.Object
-
- FAtiMA.advancedMemoryComponent.RuleEngine
-
- FAtiMA.advancedMemoryComponent.CompoundCue
-
- All Implemented Interfaces:
java.io.Serializable
public class CompoundCue extends RuleEngine
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class FAtiMA.advancedMemoryComponent.RuleEngine
_kbase, _kbuilder, _ksession, _rulePath
-
-
Constructor Summary
Constructors Constructor Description CompoundCue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Hashtable<java.lang.Integer,java.lang.Float>getCCEvaluations()Return the result of matchingfloatgetEvaluation()FAtiMA.Core.memory.episodicMemory.ActionDetailgetStrongestResult()voidMatch(FAtiMA.Core.memory.episodicMemory.ActionDetail queryEvent, FAtiMA.Core.memory.episodicMemory.EpisodicMemory episodicMemory)Match current entry with events in memory-
Methods inherited from class FAtiMA.advancedMemoryComponent.RuleEngine
AssertData
-
-
-
-
Method Detail
-
Match
public void Match(FAtiMA.Core.memory.episodicMemory.ActionDetail queryEvent, FAtiMA.Core.memory.episodicMemory.EpisodicMemory episodicMemory)Match current entry with events in memory
-
getCCEvaluations
public java.util.Hashtable<java.lang.Integer,java.lang.Float> getCCEvaluations()
Return the result of matching- Returns:
- a list of answer to the query
-
getStrongestResult
public FAtiMA.Core.memory.episodicMemory.ActionDetail getStrongestResult()
-
getEvaluation
public float getEvaluation()
-
-