Class CompoundCue

    • 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 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompoundCue

        public CompoundCue()
    • 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()