Uses of Class
FAtiMA.Core.exceptions.UnknownSpeechActException
-
Packages that use UnknownSpeechActException Package Description FAtiMA.Core FAtiMA.Core.plans -
-
Uses of UnknownSpeechActException in FAtiMA.Core
Methods in FAtiMA.Core that throw UnknownSpeechActException Modifier and Type Method Description voidActionLibrary. 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 UnknownSpeechActException Modifier and Type Method Description voidStep. CheckIntegrity(IntegrityValidator val)Checks if the specification of a step is correct.
-