Class 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
    • Field Summary

      • Fields inherited from class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler

        _action, _elicitingEmotion
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ElicitingEmotion​(org.xml.sax.Attributes attributes)  
      void EmotionalReaction​(org.xml.sax.Attributes attributes)  
      void EmpathicAction​(org.xml.sax.Attributes attributes)  
      void Event​(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
      • Methods inherited from class org.xml.sax.helpers.DefaultHandler

        endPrefixMapping, skippedEntity, startPrefixMapping
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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:
        ElicitingEmotion in class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
        Throws:
        FAtiMA.Core.exceptions.InvalidEmotionTypeException
      • EmotionalReaction

        public void EmotionalReaction​(org.xml.sax.Attributes attributes)
        Overrides:
        EmotionalReaction in class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler
      • Event

        public void Event​(org.xml.sax.Attributes attributes)
        Overrides:
        Event in class FAtiMA.ReactiveComponent.parsers.ReactiveLoaderHandler