Class GoalLoaderHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class GoalLoaderHandler extends ReflectXMLHandler
  • Field Details

    • _conditionType

      protected String _conditionType
    • _currentGoal

      protected Goal _currentGoal
    • _goals

      protected ArrayList<Goal> _goals
  • Constructor Details

    • GoalLoaderHandler

      public GoalLoaderHandler()
  • Method Details

    • ActivePursuitGoal

      public void ActivePursuitGoal(Attributes attributes)
    • GetGoals

      public ArrayList<Goal> GetGoals()
    • InterestGoal

      public void InterestGoal(Attributes attributes)
    • PreConditions

      public void PreConditions(Attributes attributes)
    • Predicate

      public void Predicate(Attributes attributes)
    • Property

      public void Property(Attributes attributes)
    • RecentEvent

      public void RecentEvent(Attributes attributes)
    • NewEvent

      public void NewEvent(Attributes attributes)
    • PastEvent

      public void PastEvent(Attributes attributes)
    • EmotionCondition

      public void EmotionCondition(Attributes attributes)
    • MoodCondition

      public void MoodCondition(Attributes attributes)
    • SucessConditions

      public void SucessConditions(Attributes attributes)
    • SuccessConditions

      public void SuccessConditions(Attributes attributes)
    • FailureConditions

      public void FailureConditions(Attributes attributes)