Package FAtiMA.Core.util.parsers
Class ActionsLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.Core.util.parsers.ActionsLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class ActionsLoaderHandler extends ReflectXMLHandler
- Author:
- Joao Dias
-
-
Constructor Summary
Constructors Constructor Description ActionsLoaderHandler(AgentModel am)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAction(org.xml.sax.Attributes attributes)voidEffect(org.xml.sax.Attributes attributes)voidEffects(org.xml.sax.Attributes attributes)voidEmotionCondition(org.xml.sax.Attributes attributes)java.util.ArrayList<Step>getOperators()voidMoodCondition(org.xml.sax.Attributes attributes)voidNewEvent(org.xml.sax.Attributes attributes)voidPreConditions(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
-
-
-
-
Constructor Detail
-
ActionsLoaderHandler
public ActionsLoaderHandler(AgentModel am)
-
-
Method Detail
-
Action
public void Action(org.xml.sax.Attributes attributes)
-
Effect
public void Effect(org.xml.sax.Attributes attributes)
-
Effects
public void Effects(org.xml.sax.Attributes attributes)
-
EmotionCondition
public void EmotionCondition(org.xml.sax.Attributes attributes)
-
getOperators
public java.util.ArrayList<Step> getOperators()
- Returns:
- operators
-
MoodCondition
public void MoodCondition(org.xml.sax.Attributes attributes)
-
NewEvent
public void NewEvent(org.xml.sax.Attributes attributes)
-
PreConditions
public void PreConditions(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)
-
-