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:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class ReactiveLoaderHandler
extends FAtiMA.Core.util.parsers.ReflectXMLHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Actionprotected FAtiMA.Core.emotionalState.ElicitingEmotion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidActionTendency(Attributes attributes) voidCauseEvent(Attributes attributes) voidElicitingEmotion(Attributes attributes) voidEmotionalReaction(Attributes attributes) voidEmotionCondition(Attributes attributes) voidEvent(Attributes attributes) voidMoodCondition(Attributes attributes) protected voidparseElicitingEmotion(String emotionName, Integer minIntensity) voidPastEvent(Attributes attributes) voidPredicate(Attributes attributes) voidProperty(Attributes attributes) voidRecentEvent(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, warningMethods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
_action
-
_elicitingEmotion
protected FAtiMA.Core.emotionalState.ElicitingEmotion _elicitingEmotion
-
-
Constructor Details
-
ReactiveLoaderHandler
public ReactiveLoaderHandler() -
ReactiveLoaderHandler
-
-
Method Details
-
ActionTendency
-
CauseEvent
-
parseElicitingEmotion
-
ElicitingEmotion
public void ElicitingEmotion(Attributes attributes) throws FAtiMA.Core.exceptions.InvalidEmotionTypeException - Throws:
FAtiMA.Core.exceptions.InvalidEmotionTypeException
-
EmotionalReaction
-
Event
-
Predicate
-
Property
-
RecentEvent
-
PastEvent
-
EmotionCondition
-
MoodCondition
-