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 TypeMethodDescriptionvoidIOntologyBackend.clearEvent(IWatcher watcher) Removes one specific event watcher.voidOpenRobotsOntology.clearEvent(IWatcher watcher) voidIOntologyBackend.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 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 TypeClassDescriptionclassclassThis class specializesGenericWatcherto easily create event watchers that monitor new instances of a given class.Methods in laas.openrobots.ontology.modules.events with parameters of type IWatcher