Package FAtiMA.empathy
Class EmpathyLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-
- FAtiMA.empathy.EmpathyLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class EmpathyLoaderHandler extends FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-
-
Constructor Summary
Constructors Constructor Description EmpathyLoaderHandler(EmpathyComponent eC)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidElicitingEmotion(org.xml.sax.Attributes attributes)voidEmotionalReaction(org.xml.sax.Attributes attributes)voidEmpathicAction(org.xml.sax.Attributes attributes)voidEvent(org.xml.sax.Attributes attributes)-
Methods inherited from class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
ActionTendency, CauseEvent, EmotionCondition, MoodCondition, parseElicitingEmotion, PastEvent, Predicate, Property, RecentEvent
-
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
-
EmpathyLoaderHandler
public EmpathyLoaderHandler(EmpathyComponent eC)
-
-
Method Detail
-
EmpathicAction
public void EmpathicAction(org.xml.sax.Attributes attributes)
-
ElicitingEmotion
public void ElicitingEmotion(org.xml.sax.Attributes attributes) throws FAtiMA.Core.exceptions.InvalidEmotionTypeException- Overrides:
ElicitingEmotionin classFAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler- Throws:
FAtiMA.Core.exceptions.InvalidEmotionTypeException
-
EmotionalReaction
public void EmotionalReaction(org.xml.sax.Attributes attributes)
- Overrides:
EmotionalReactionin classFAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-
Event
public void Event(org.xml.sax.Attributes attributes)
- Overrides:
Eventin classFAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-
-