Class ActionsLoaderHandler

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

    public class ActionsLoaderHandler
    extends FAtiMA.Core.util.parsers.ReflectXMLHandler
    Author:
    Joao Dias
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionsLoaderHandler​(FAtiMA.Core.AgentModel am)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void Action​(org.xml.sax.Attributes attributes)  
      void Effect​(org.xml.sax.Attributes attributes)  
      void Effects​(org.xml.sax.Attributes attributes)  
      void PreConditions​(org.xml.sax.Attributes attributes)  
      void SACondition​(org.xml.sax.Attributes attributes)  
      void SAKnown​(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

      • ActionsLoaderHandler

        public ActionsLoaderHandler​(FAtiMA.Core.AgentModel am)
    • Method Detail

      • Action

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

        public void Effects​(org.xml.sax.Attributes attributes)
      • Effect

        public void Effect​(org.xml.sax.Attributes attributes)
      • PreConditions

        public void PreConditions​(org.xml.sax.Attributes attributes)
      • SACondition

        public void SACondition​(org.xml.sax.Attributes attributes)
      • SAKnown

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