Uses of Class
FAtiMA.Core.memory.semanticMemory.KnowledgeSlot
Packages that use KnowledgeSlot
-
Uses of KnowledgeSlot in FAtiMA.Core.memory.semanticMemory
Methods in FAtiMA.Core.memory.semanticMemory that return KnowledgeSlotModifier and TypeMethodDescriptionGets the child KnowledgeSlot identified by the given keyKnowledgeBase.getMainSlot()KnowledgeBase.GetObjectDetails(String objectName) SemanticMemory.GetObjectDetails(String objectName) WorkingMemory.GetObjectDetails(String objectName) KnowledgeBase.GetObjectProperty(String objectName, String property) SemanticMemory.GetObjectProperty(String objectName, String property) WorkingMemory.GetObjectProperty(String objectName, String property) Methods in FAtiMA.Core.memory.semanticMemory that return types with arguments of type KnowledgeSlotModifier and TypeMethodDescriptionSemanticMemory.GetChangeList()WorkingMemory.GetChangeList()KnowledgeBase.GetFactList()SemanticMemory.GetFactList()WorkingMemory.GetFactList()SemanticMemory.GetKnowledgeBaseFacts()SemanticMemory.getNewFacts()WorkingMemory.GetNewFacts()Methods in FAtiMA.Core.memory.semanticMemory with parameters of type KnowledgeSlotModifier and TypeMethodDescriptionvoidKnowledgeSlot.put(String key, KnowledgeSlot kSlot) Adds a KS child to the KnowledgeSlotvoidKnowledgeBase.putFact(KnowledgeSlot ks) voidWorkingMemory.putFact(KnowledgeSlot ks)