Package FAtiMA.Core.util.parsers
Class EmotionDispositionsLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.Core.util.parsers.EmotionDispositionsLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class EmotionDispositionsLoaderHandler extends ReflectXMLHandler
-
-
Constructor Summary
Constructors Constructor Description EmotionDispositionsLoaderHandler(EmotionalState es)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidEmotionalThreshold(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
-
-
-
-
Constructor Detail
-
EmotionDispositionsLoaderHandler
public EmotionDispositionsLoaderHandler(EmotionalState es)
-
-
Method Detail
-
EmotionalThreshold
public void EmotionalThreshold(org.xml.sax.Attributes attributes) throws InvalidEmotionTypeException- Throws:
InvalidEmotionTypeException
-
-