org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandlerpublic class CultureLoaderHandler
extends FAtiMA.Core.util.parsers.ReflectXMLHandler
| Constructor | Description |
|---|---|
CultureLoaderHandler(FAtiMA.Core.AgentModel aM,
CulturalDimensionsComponent cDM) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Action(org.xml.sax.Attributes attributes) |
|
void |
ActivePursuitGoal(org.xml.sax.Attributes attributes) |
|
void |
CulturalDimension(org.xml.sax.Attributes attributes) |
|
void |
EmotionCondition(org.xml.sax.Attributes attributes) |
|
java.util.ArrayList<Ritual> |
GetRituals(FAtiMA.Core.AgentModel am) |
|
void |
Goal(org.xml.sax.Attributes attributes) |
|
void |
Link(org.xml.sax.Attributes attributes) |
|
void |
MoodCondition(org.xml.sax.Attributes attributes) |
|
void |
Motivator(org.xml.sax.Attributes attributes) |
|
void |
NewEvent(org.xml.sax.Attributes attributes) |
|
void |
PastEvent(org.xml.sax.Attributes attributes) |
|
void |
PreConditions(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) |
|
void |
Ritual(org.xml.sax.Attributes attributes) |
|
void |
RitualCondition(org.xml.sax.Attributes attributes) |
|
void |
Rituals(org.xml.sax.Attributes attributes) |
|
void |
Role(org.xml.sax.Attributes attributes) |
|
void |
Step(org.xml.sax.Attributes attributes) |
|
void |
SucessConditions(org.xml.sax.Attributes attributes) |
|
void |
Symbol(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, warningpublic CultureLoaderHandler(FAtiMA.Core.AgentModel aM,
CulturalDimensionsComponent cDM)
public java.util.ArrayList<Ritual> GetRituals(FAtiMA.Core.AgentModel am)
public void CulturalDimension(org.xml.sax.Attributes attributes)
public void Action(org.xml.sax.Attributes attributes)
public void Rituals(org.xml.sax.Attributes attributes)
public void Ritual(org.xml.sax.Attributes attributes)
public void Symbol(org.xml.sax.Attributes attributes)
public void Goal(org.xml.sax.Attributes attributes)
throws FAtiMA.Core.exceptions.UnknownGoalException
FAtiMA.Core.exceptions.UnknownGoalExceptionpublic void PreConditions(org.xml.sax.Attributes attributes)
public void SucessConditions(org.xml.sax.Attributes attributes)
public void ActivePursuitGoal(org.xml.sax.Attributes attributes)
public void Motivator(org.xml.sax.Attributes attributes)
public void Role(org.xml.sax.Attributes attributes)
public void Step(org.xml.sax.Attributes attributes)
public void Link(org.xml.sax.Attributes attributes)
public void Predicate(org.xml.sax.Attributes attributes)
public void Property(org.xml.sax.Attributes attributes)
public void RitualCondition(org.xml.sax.Attributes attributes)
public void NewEvent(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)