Package FAtiMA.Core.util.parsers
Class MemoryLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.Core.util.parsers.MemoryLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class MemoryLoaderHandler extends ReflectXMLHandler
-
-
Constructor Summary
Constructors Constructor Description MemoryLoaderHandler(Memory memory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAMEvent(org.xml.sax.Attributes attributes)voidCause(org.xml.sax.Attributes attributes)voidEmotion(org.xml.sax.Attributes attributes)voidEParameter(org.xml.sax.Attributes attributes)voidEpisode(org.xml.sax.Attributes attributes)voidEpisodeTime(org.xml.sax.Attributes attributes)voidEpisodicMemory(org.xml.sax.Attributes attributes)voidEventTime(org.xml.sax.Attributes attributes)voidKBSlot(org.xml.sax.Attributes attributes)voidParameter(org.xml.sax.Attributes attributes)voidRetrievalQueue(org.xml.sax.Attributes attributes)voidRetrievalTime(org.xml.sax.Attributes attributes)voidSTEvent(org.xml.sax.Attributes attributes)voidWMSlot(org.xml.sax.Attributes attributes)-
Methods inherited from class FAtiMA.Core.util.parsers.ReflectXMLHandler
callCharMethod, callEndMethod, callTagMethod, characters, endDocument, endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
MemoryLoaderHandler
public MemoryLoaderHandler(Memory memory)
-
-
Method Detail
-
EpisodicMemory
public void EpisodicMemory(org.xml.sax.Attributes attributes)
-
KBSlot
public void KBSlot(org.xml.sax.Attributes attributes)
-
WMSlot
public void WMSlot(org.xml.sax.Attributes attributes)
-
Episode
public void Episode(org.xml.sax.Attributes attributes)
-
EpisodeTime
public void EpisodeTime(org.xml.sax.Attributes attributes)
-
RetrievalQueue
public void RetrievalQueue(org.xml.sax.Attributes attributes)
-
RetrievalTime
public void RetrievalTime(org.xml.sax.Attributes attributes)
-
AMEvent
public void AMEvent(org.xml.sax.Attributes attributes)
-
Parameter
public void Parameter(org.xml.sax.Attributes attributes)
-
Emotion
public void Emotion(org.xml.sax.Attributes attributes)
-
Cause
public void Cause(org.xml.sax.Attributes attributes)
-
EParameter
public void EParameter(org.xml.sax.Attributes attributes)
-
EventTime
public void EventTime(org.xml.sax.Attributes attributes)
-
STEvent
public void STEvent(org.xml.sax.Attributes attributes)
-
-