Uses of Class
laas.openrobots.ontology.exceptions.EventRegistrationException
Packages that use EventRegistrationException
Package
Description
Provides the actual underlying ontology-based storage.
Allows explicit representation of other agents with independant models of
the world.
Provides the cognitive event manager module.
-
Uses of EventRegistrationException in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that throw EventRegistrationExceptionModifier and TypeMethodDescriptionvoidIOntologyBackend.registerEvent(IWatcher watcher) Allows to register several events providers (typically, one by underlying middleware) which in turn provide access to watchers.voidOpenRobotsOntology.registerEvent(IWatcher watcher) -
Uses of EventRegistrationException in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite that throw EventRegistrationExceptionModifier 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) EventsConstructors in laas.openrobots.ontology.modules.alterite that throw EventRegistrationException -
Uses of EventRegistrationException in laas.openrobots.ontology.modules.events
Methods in laas.openrobots.ontology.modules.events that throw EventRegistrationExceptionModifier and TypeMethodDescriptionvoidEventModule.registerEvent(String type, String triggeringType, String variable, List<String> pattern, IEventConsumer consumer) EventModule.registerEvent(String type, String triggeringType, List<String> pattern, IEventConsumer consumer)