Package FAtiMA.Core.util.parsers
Class GoalLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.Core.util.parsers.GoalLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class GoalLoaderHandler extends ReflectXMLHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_conditionTypeprotected Goal_currentGoalprotected java.util.ArrayList<Goal>_goals
-
Constructor Summary
Constructors Constructor Description GoalLoaderHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidActivePursuitGoal(org.xml.sax.Attributes attributes)voidEmotionCondition(org.xml.sax.Attributes attributes)voidFailureConditions(org.xml.sax.Attributes attributes)java.util.ArrayList<Goal>GetGoals()voidInterestGoal(org.xml.sax.Attributes attributes)voidMoodCondition(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)voidSuccessConditions(org.xml.sax.Attributes attributes)voidSucessConditions(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
-
-
-
-
Method Detail
-
ActivePursuitGoal
public void ActivePursuitGoal(org.xml.sax.Attributes attributes)
-
GetGoals
public java.util.ArrayList<Goal> GetGoals()
-
InterestGoal
public void InterestGoal(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)
-
NewEvent
public void NewEvent(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)
-
SucessConditions
public void SucessConditions(org.xml.sax.Attributes attributes)
-
SuccessConditions
public void SuccessConditions(org.xml.sax.Attributes attributes)
-
FailureConditions
public void FailureConditions(org.xml.sax.Attributes attributes)
-
-