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:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class RelationsLoaderHandler
extends FAtiMA.Core.util.parsers.ReflectXMLHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAction(Attributes attributes) voidActivePursuitGoal(Attributes attributes) voidEffect(Attributes attributes) voidEffects(Attributes attributes) voidFailureConditions(Attributes attributes) voidLikeCondition(Attributes attributes) voidLikeRelation(Attributes attributes) voidPreConditions(Attributes attributes) voidRelation(Attributes attributes) voidSuccessConditions(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, warningMethods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
RelationsLoaderHandler
public RelationsLoaderHandler(FAtiMA.Core.AgentModel aM)
-
-
Method Details
-
Relation
-
LikeRelation
-
LikeCondition
public void LikeCondition(Attributes attributes) throws FAtiMA.Core.exceptions.InvalidEmotionTypeException, FAtiMA.Core.exceptions.ContextParsingException - Throws:
FAtiMA.Core.exceptions.InvalidEmotionTypeExceptionFAtiMA.Core.exceptions.ContextParsingException
-
ActivePursuitGoal
-
Action
-
SuccessConditions
-
FailureConditions
-
PreConditions
-
Effects
-
Effect
-