Uses of Class
laas.openrobots.ontology.exceptions.InvalidEventDescriptorException
Packages that use InvalidEventDescriptorException
Package
Description
Allows explicit representation of other agents with independant models of
the world.
Provides the cognitive event manager module.
-
Uses of InvalidEventDescriptorException in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite that throw InvalidEventDescriptorExceptionModifier and TypeMethodDescriptionAlteriteModule.registerEventForAgent
(String agent, String type, String triggeringType, String variable, List<String> pattern, IEventConsumer consumer) AlteriteModule.registerEventForAgent
(String agent, String type, String triggeringType, List<String> pattern, IEventConsumer consumer) Events -
Uses of InvalidEventDescriptorException in laas.openrobots.ontology.modules.events
Methods in laas.openrobots.ontology.modules.events that throw InvalidEventDescriptorExceptionModifier and TypeMethodDescriptionEventModule.registerEvent
(String type, String triggeringType, String variable, List<String> pattern, IEventConsumer consumer) EventModule.registerEvent
(String type, String triggeringType, List<String> pattern, IEventConsumer consumer)