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:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class EmpathyLoaderHandler
extends FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-
Field Summary
Fields inherited from class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
_action, _elicitingEmotion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidElicitingEmotion(Attributes attributes) voidEmotionalReaction(Attributes attributes) voidEmpathicAction(Attributes attributes) voidEvent(Attributes attributes) Methods inherited from class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
ActionTendency, CauseEvent, EmotionCondition, MoodCondition, parseElicitingEmotion, PastEvent, Predicate, Property, RecentEventMethods inherited from class FAtiMA.Core.util.parsers.ReflectXMLHandler
callCharMethod, callEndMethod, callTagMethod, characters, endDocument, endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warningMethods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
EmpathyLoaderHandler
-
-
Method Details
-
EmpathicAction
-
ElicitingEmotion
public void ElicitingEmotion(Attributes attributes) throws FAtiMA.Core.exceptions.InvalidEmotionTypeException - Overrides:
ElicitingEmotionin classFAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler- Throws:
FAtiMA.Core.exceptions.InvalidEmotionTypeException
-
EmotionalReaction
- Overrides:
EmotionalReactionin classFAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-
Event
- Overrides:
Eventin classFAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
-