Package FAtiMA.socialRelations.parsers
Class RelationsLoaderHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- FAtiMA.Core.util.parsers.ReflectXMLHandler
-
- FAtiMA.socialRelations.parsers.RelationsLoaderHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class RelationsLoaderHandler extends FAtiMA.Core.util.parsers.ReflectXMLHandler
-
-
Constructor Summary
Constructors Constructor Description RelationsLoaderHandler(FAtiMA.Core.AgentModel aM)
-
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)voidEffect(org.xml.sax.Attributes attributes)voidEffects(org.xml.sax.Attributes attributes)voidFailureConditions(org.xml.sax.Attributes attributes)voidLikeCondition(org.xml.sax.Attributes attributes)voidLikeRelation(org.xml.sax.Attributes attributes)voidPreConditions(org.xml.sax.Attributes attributes)voidRelation(org.xml.sax.Attributes attributes)voidSuccessConditions(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
-
Relation
public void Relation(org.xml.sax.Attributes attributes)
-
LikeRelation
public void LikeRelation(org.xml.sax.Attributes attributes)
-
LikeCondition
public void LikeCondition(org.xml.sax.Attributes attributes) throws FAtiMA.Core.exceptions.InvalidEmotionTypeException, FAtiMA.Core.exceptions.ContextParsingException- Throws:
FAtiMA.Core.exceptions.InvalidEmotionTypeExceptionFAtiMA.Core.exceptions.ContextParsingException
-
ActivePursuitGoal
public void ActivePursuitGoal(org.xml.sax.Attributes attributes)
-
Action
public void Action(org.xml.sax.Attributes attributes)
-
SuccessConditions
public void SuccessConditions(org.xml.sax.Attributes attributes)
-
FailureConditions
public void FailureConditions(org.xml.sax.Attributes attributes)
-
PreConditions
public void PreConditions(org.xml.sax.Attributes attributes)
-
Effects
public void Effects(org.xml.sax.Attributes attributes)
-
Effect
public void Effect(org.xml.sax.Attributes attributes)
-
-