Class NeedsLoaderHandler

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

    public class NeedsLoaderHandler
    extends FAtiMA.Core.util.parsers.ReflectXMLHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void Action​(org.xml.sax.Attributes attributes)  
      void ActivePursuitGoal​(org.xml.sax.Attributes attributes)  
      void Goal​(org.xml.sax.Attributes attributes)  
      void InterestGoal​(org.xml.sax.Attributes attributes)  
      void MotivationalParameter​(org.xml.sax.Attributes attributes)  
      void Motivator​(org.xml.sax.Attributes attributes)  
      void OnIgnore​(org.xml.sax.Attributes attributes)  
      void OnSelect​(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
    • Constructor Detail

      • NeedsLoaderHandler

        public NeedsLoaderHandler​(FAtiMA.Core.AgentModel agent,
                                  MotivationalComponent motivationalState)
    • Method Detail

      • Goal

        public void Goal​(org.xml.sax.Attributes attributes)
      • ActivePursuitGoal

        public void ActivePursuitGoal​(org.xml.sax.Attributes attributes)
      • InterestGoal

        public void InterestGoal​(org.xml.sax.Attributes attributes)
      • Action

        public void Action​(org.xml.sax.Attributes attributes)
      • Motivator

        public void Motivator​(org.xml.sax.Attributes attributes)
      • OnSelect

        public void OnSelect​(org.xml.sax.Attributes attributes)
      • OnIgnore

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