Package FAtiMA.motivationalSystem
Class NeedsLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.motivationalSystem.NeedsLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class NeedsLoaderHandler extends FAtiMA.Core.util.parsers.ReflectXMLHandler
-
-
Constructor Summary
Constructors Constructor Description NeedsLoaderHandler(FAtiMA.Core.AgentModel agent, MotivationalComponent motivationalState)
-
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)voidGoal(org.xml.sax.Attributes attributes)voidInterestGoal(org.xml.sax.Attributes attributes)voidMotivationalParameter(org.xml.sax.Attributes attributes)voidMotivator(org.xml.sax.Attributes attributes)voidOnIgnore(org.xml.sax.Attributes attributes)voidOnSelect(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
-
NeedsLoaderHandler
public NeedsLoaderHandler(FAtiMA.Core.AgentModel agent, MotivationalComponent motivationalState)
-
-
Method Detail
-
MotivationalParameter
public void MotivationalParameter(org.xml.sax.Attributes attributes) throws InvalidMotivatorTypeException- Throws:
InvalidMotivatorTypeException
-
Goal
public void Goal(org.xml.sax.Attributes attributes)
-
ActivePursuitGoal
public void ActivePursuitGoal(org.xml.sax.Attributes attributes)
-
InterestGoal
public void InterestGoal(org.xml.sax.Attributes attributes)
-
Action
public void Action(org.xml.sax.Attributes attributes)
-
Motivator
public void Motivator(org.xml.sax.Attributes attributes)
-
OnSelect
public void OnSelect(org.xml.sax.Attributes attributes)
-
OnIgnore
public void OnIgnore(org.xml.sax.Attributes attributes)
-
-