Uses of Interface
laas.openrobots.ontology.modules.events.IWatcher
Packages that use IWatcher
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 IWatcher in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends with parameters of type IWatcherModifier and TypeMethodDescriptionvoid
IOntologyBackend.clearEvent
(IWatcher watcher) Removes one specific event watcher.void
OpenRobotsOntology.clearEvent
(IWatcher watcher) void
IOntologyBackend.registerEvent
(IWatcher watcher) Allows to register several events providers (typically, one by underlying middleware) which in turn provide access to watchers.void
OpenRobotsOntology.registerEvent
(IWatcher watcher) -
Uses of IWatcher in laas.openrobots.ontology.modules.alterite
Classes in laas.openrobots.ontology.modules.alterite that implement IWatcher -
Uses of IWatcher in laas.openrobots.ontology.modules.events
Classes in laas.openrobots.ontology.modules.events that implement IWatcherModifier and TypeClassDescriptionclass
class
This class specializesGenericWatcher
to easily create event watchers that monitor new instances of a given class.Methods in laas.openrobots.ontology.modules.events with parameters of type IWatcher