Package FAtiMA.ReactiveComponent.parsers
Class ReactiveLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.ReactiveComponent.parsers.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_actionprotected FAtiMA.Core.emotionalState.ElicitingEmotion_elicitingEmotion
-
Constructor Summary
Constructors Constructor Description ReactiveLoaderHandler()ReactiveLoaderHandler(ReactiveComponent reactiveComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidActionTendency(org.xml.sax.Attributes attributes)voidCauseEvent(org.xml.sax.Attributes attributes)voidElicitingEmotion(org.xml.sax.Attributes attributes)voidEmotionalReaction(org.xml.sax.Attributes attributes)voidEmotionCondition(org.xml.sax.Attributes attributes)voidEvent(org.xml.sax.Attributes attributes)voidMoodCondition(org.xml.sax.Attributes attributes)protected voidparseElicitingEmotion(java.lang.String emotionName, java.lang.Integer minIntensity)voidPastEvent(org.xml.sax.Attributes attributes)voidPredicate(org.xml.sax.Attributes attributes)voidProperty(org.xml.sax.Attributes attributes)voidRecentEvent(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
-
-
-
-
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)
-
-