Class ReactiveLoaderHandler

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

    public class ReactiveLoaderHandler
    extends FAtiMA.Core.util.parsers.ReflectXMLHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Action _action  
      protected FAtiMA.Core.emotionalState.ElicitingEmotion _elicitingEmotion  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ActionTendency​(org.xml.sax.Attributes attributes)  
      void CauseEvent​(org.xml.sax.Attributes attributes)  
      void ElicitingEmotion​(org.xml.sax.Attributes attributes)  
      void EmotionalReaction​(org.xml.sax.Attributes attributes)  
      void EmotionCondition​(org.xml.sax.Attributes attributes)  
      void Event​(org.xml.sax.Attributes attributes)  
      void MoodCondition​(org.xml.sax.Attributes attributes)  
      protected void parseElicitingEmotion​(java.lang.String emotionName, java.lang.Integer minIntensity)  
      void PastEvent​(org.xml.sax.Attributes attributes)  
      void Predicate​(org.xml.sax.Attributes attributes)  
      void Property​(org.xml.sax.Attributes attributes)  
      void RecentEvent​(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
      • 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
    • Field Detail

      • _action

        protected Action _action
      • _elicitingEmotion

        protected FAtiMA.Core.emotionalState.ElicitingEmotion _elicitingEmotion
    • Constructor Detail

      • ReactiveLoaderHandler

        public ReactiveLoaderHandler()
      • ReactiveLoaderHandler

        public ReactiveLoaderHandler​(ReactiveComponent reactiveComponent)
    • Method Detail

      • ActionTendency

        public void ActionTendency​(org.xml.sax.Attributes attributes)
      • CauseEvent

        public void CauseEvent​(org.xml.sax.Attributes attributes)
      • parseElicitingEmotion

        protected void parseElicitingEmotion​(java.lang.String emotionName,
                                             java.lang.Integer minIntensity)
      • ElicitingEmotion

        public void ElicitingEmotion​(org.xml.sax.Attributes attributes)
                              throws FAtiMA.Core.exceptions.InvalidEmotionTypeException
        Throws:
        FAtiMA.Core.exceptions.InvalidEmotionTypeException
      • EmotionalReaction

        public void EmotionalReaction​(org.xml.sax.Attributes attributes)
      • Event

        public void Event​(org.xml.sax.Attributes attributes)
      • Predicate

        public void Predicate​(org.xml.sax.Attributes attributes)
      • Property

        public void Property​(org.xml.sax.Attributes attributes)
      • RecentEvent

        public void RecentEvent​(org.xml.sax.Attributes attributes)
      • PastEvent

        public void PastEvent​(org.xml.sax.Attributes attributes)
      • EmotionCondition

        public void EmotionCondition​(org.xml.sax.Attributes attributes)
      • MoodCondition

        public void MoodCondition​(org.xml.sax.Attributes attributes)