Package FAtiMA.culture
Class CultureLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.culture.CultureLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class CultureLoaderHandler extends FAtiMA.Core.util.parsers.ReflectXMLHandler
-
-
Constructor Summary
Constructors Constructor Description CultureLoaderHandler(FAtiMA.Core.AgentModel aM, CulturalDimensionsComponent cDM)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAction(org.xml.sax.Attributes attributes)voidActivePursuitGoal(org.xml.sax.Attributes attributes)voidCulturalDimension(org.xml.sax.Attributes attributes)voidEmotionCondition(org.xml.sax.Attributes attributes)java.util.ArrayList<Ritual>GetRituals(FAtiMA.Core.AgentModel am)voidGoal(org.xml.sax.Attributes attributes)voidLink(org.xml.sax.Attributes attributes)voidMoodCondition(org.xml.sax.Attributes attributes)voidMotivator(org.xml.sax.Attributes attributes)voidNewEvent(org.xml.sax.Attributes attributes)voidPastEvent(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)voidRitual(org.xml.sax.Attributes attributes)voidRitualCondition(org.xml.sax.Attributes attributes)voidRituals(org.xml.sax.Attributes attributes)voidRole(org.xml.sax.Attributes attributes)voidStep(org.xml.sax.Attributes attributes)voidSucessConditions(org.xml.sax.Attributes attributes)voidSymbol(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
-
CultureLoaderHandler
public CultureLoaderHandler(FAtiMA.Core.AgentModel aM, CulturalDimensionsComponent cDM)
-
-
Method Detail
-
GetRituals
public java.util.ArrayList<Ritual> GetRituals(FAtiMA.Core.AgentModel am)
-
CulturalDimension
public void CulturalDimension(org.xml.sax.Attributes attributes)
-
Action
public void Action(org.xml.sax.Attributes attributes)
-
Rituals
public void Rituals(org.xml.sax.Attributes attributes)
-
Ritual
public void Ritual(org.xml.sax.Attributes attributes)
-
Symbol
public void Symbol(org.xml.sax.Attributes attributes)
-
Goal
public void Goal(org.xml.sax.Attributes attributes) throws FAtiMA.Core.exceptions.UnknownGoalException- Throws:
FAtiMA.Core.exceptions.UnknownGoalException
-
PreConditions
public void PreConditions(org.xml.sax.Attributes attributes)
-
SucessConditions
public void SucessConditions(org.xml.sax.Attributes attributes)
-
ActivePursuitGoal
public void ActivePursuitGoal(org.xml.sax.Attributes attributes)
-
Motivator
public void Motivator(org.xml.sax.Attributes attributes)
-
Role
public void Role(org.xml.sax.Attributes attributes)
-
Step
public void Step(org.xml.sax.Attributes attributes)
-
Link
public void Link(org.xml.sax.Attributes attributes)
-
Predicate
public void Predicate(org.xml.sax.Attributes attributes)
-
Property
public void Property(org.xml.sax.Attributes attributes)
-
RitualCondition
public void RitualCondition(org.xml.sax.Attributes attributes)
-
NewEvent
public void NewEvent(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)
-
-