Uses of Class
FAtiMA.Core.memory.semanticMemory.KnowledgeSlot
-
Packages that use KnowledgeSlot Package Description FAtiMA.Core.memory.semanticMemory -
-
Uses of KnowledgeSlot in FAtiMA.Core.memory.semanticMemory
Methods in FAtiMA.Core.memory.semanticMemory that return KnowledgeSlot Modifier and Type Method Description KnowledgeSlotKnowledgeSlot. get(java.lang.String key)Gets the child KnowledgeSlot identified by the given keyKnowledgeSlotKnowledgeBase. getMainSlot()KnowledgeSlotKnowledgeBase. GetObjectDetails(java.lang.String objectName)KnowledgeSlotSemanticMemory. GetObjectDetails(java.lang.String objectName)KnowledgeSlotWorkingMemory. GetObjectDetails(java.lang.String objectName)KnowledgeSlotKnowledgeBase. GetObjectProperty(java.lang.String objectName, java.lang.String property)KnowledgeSlotSemanticMemory. GetObjectProperty(java.lang.String objectName, java.lang.String property)KnowledgeSlotWorkingMemory. GetObjectProperty(java.lang.String objectName, java.lang.String property)Methods in FAtiMA.Core.memory.semanticMemory that return types with arguments of type KnowledgeSlot Modifier and Type Method Description java.util.ArrayList<KnowledgeSlot>SemanticMemory. GetChangeList()java.util.ArrayList<KnowledgeSlot>WorkingMemory. GetChangeList()java.util.ArrayList<KnowledgeSlot>KnowledgeBase. GetFactList()java.util.ArrayList<KnowledgeSlot>SemanticMemory. GetFactList()java.util.ArrayList<KnowledgeSlot>WorkingMemory. GetFactList()java.util.ArrayList<KnowledgeSlot>SemanticMemory. GetKnowledgeBaseFacts()java.util.ArrayList<KnowledgeSlot>SemanticMemory. getNewFacts()java.util.ArrayList<KnowledgeSlot>WorkingMemory. GetNewFacts()Methods in FAtiMA.Core.memory.semanticMemory with parameters of type KnowledgeSlot Modifier and Type Method Description voidKnowledgeSlot. put(java.lang.String key, KnowledgeSlot kSlot)Adds a KS child to the KnowledgeSlotvoidKnowledgeBase. putFact(KnowledgeSlot ks)voidWorkingMemory. putFact(KnowledgeSlot ks)
-