org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandlerpublic class ReactiveLoaderHandler
extends FAtiMA.Core.util.parsers.ReflectXMLHandler
| Modifier and Type | Field | Description |
|---|---|---|
protected Action |
_action |
|
protected FAtiMA.Core.emotionalState.ElicitingEmotion |
_elicitingEmotion |
| Constructor | Description |
|---|---|
ReactiveLoaderHandler() |
|
ReactiveLoaderHandler(ReactiveComponent reactiveComponent) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ActionTendency(org.xml.sax.Attributes attributes) |
|
void |
CauseEvent(org.xml.sax.Attributes attributes) |
|
void |
ElicitingEmotion(org.xml.sax.Attributes attributes) |
|
void |
EmotionalReaction(org.xml.sax.Attributes attributes) |
|
void |
EmotionCondition(org.xml.sax.Attributes attributes) |
|
void |
Event(org.xml.sax.Attributes attributes) |
|
void |
MoodCondition(org.xml.sax.Attributes attributes) |
|
protected void |
parseElicitingEmotion(java.lang.String emotionName,
java.lang.Integer minIntensity) |
|
void |
PastEvent(org.xml.sax.Attributes attributes) |
|
void |
Predicate(org.xml.sax.Attributes attributes) |
|
void |
Property(org.xml.sax.Attributes attributes) |
|
void |
RecentEvent(org.xml.sax.Attributes attributes) |
endPrefixMapping, skippedEntity, startPrefixMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallCharMethod, callEndMethod, callTagMethod, characters, endDocument, endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warningprotected Action _action
protected FAtiMA.Core.emotionalState.ElicitingEmotion _elicitingEmotion
public ReactiveLoaderHandler()
public ReactiveLoaderHandler(ReactiveComponent reactiveComponent)
public void ActionTendency(org.xml.sax.Attributes attributes)
public void CauseEvent(org.xml.sax.Attributes attributes)
protected void parseElicitingEmotion(java.lang.String emotionName,
java.lang.Integer minIntensity)
public void ElicitingEmotion(org.xml.sax.Attributes attributes)
throws FAtiMA.Core.exceptions.InvalidEmotionTypeException
FAtiMA.Core.exceptions.InvalidEmotionTypeExceptionpublic void EmotionalReaction(org.xml.sax.Attributes attributes)
public void Event(org.xml.sax.Attributes attributes)
public void Predicate(org.xml.sax.Attributes attributes)
public void Property(org.xml.sax.Attributes attributes)
public void RecentEvent(org.xml.sax.Attributes attributes)
public void PastEvent(org.xml.sax.Attributes attributes)
public void EmotionCondition(org.xml.sax.Attributes attributes)
public void MoodCondition(org.xml.sax.Attributes attributes)