Uses of Class
FAtiMA.Core.exceptions.UnknownSpeechActException
Packages that use UnknownSpeechActException
-
Uses of UnknownSpeechActException in FAtiMA.Core
Methods in FAtiMA.Core that throw UnknownSpeechActExceptionModifier and TypeMethodDescriptionvoidActionLibrary.checkIntegrity(IntegrityValidator val) Checks the integrity of the Planner operators/Steps/actions.voidIIntegrityTester.CheckIntegrity(IntegrityValidator val) Checks the integrity of a particular object.voidIntegrityValidator.CheckSpeechAction(Name actionName) Checks if a given action that corresponds to a SpeechAct is defined in the LanguageEngine or not. -
Uses of UnknownSpeechActException in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that throw UnknownSpeechActExceptionModifier and TypeMethodDescriptionvoidStep.CheckIntegrity(IntegrityValidator val) Checks if the specification of a step is correct.