Class 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 Detail

      • _conditionType

        protected java.lang.String _conditionType
      • _currentGoal

        protected Goal _currentGoal
      • _goals

        protected java.util.ArrayList<Goal> _goals
    • Constructor Detail

      • GoalLoaderHandler

        public GoalLoaderHandler()
    • 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)