Uses of Package
laas.openrobots.ontology.modules.events
Packages that use laas.openrobots.ontology.modules.events
Package
Description
Provides the actual underlying ontology-based storage.
Provides external connectors to communicate with the server.
Allows explicit representation of other agents with independant models of
the world.
Provides the cognitive event manager module.
-
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.backendsClassDescriptionInterface to patterns that may trigger events.Constants that defines the type of event the event module can handle.
-
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.connectorsClassDescriptionThis interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.
-
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.modules.alteriteClassDescriptionThis class allows the registration of event by external client through the
#registerEvent(String, String, Set, IEventConsumer)
RPC method.This interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.Interface to patterns that may trigger events.This class specializesGenericWatcher
to easily create event watchers that monitor new instances of a given class. -
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.modules.eventsClassDescriptionThis interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.Interface to patterns that may trigger events.Constants that defines the type of event the event module can handle.Constants that defines the way an event is triggered.