Uses of Class
laas.openrobots.ontology.exceptions.EventRegistrationException
-
Packages that use EventRegistrationException Package Description laas.openrobots.ontology.backends Provides the actual underlying ontology-based storage.laas.openrobots.ontology.modules.alterite Allows explicit representation of other agents with independant models of the world.laas.openrobots.ontology.modules.events Provides the cognitive event manager module. -
-
Uses of EventRegistrationException in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that throw EventRegistrationException Modifier and Type Method Description 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 EventRegistrationException in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite that throw EventRegistrationException Modifier and Type Method Description java.util.UUID
AlteriteModule. registerEventForAgent(java.lang.String agent, java.lang.String type, java.lang.String triggeringType, java.lang.String variable, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
java.util.UUID
AlteriteModule. registerEventForAgent(java.lang.String agent, java.lang.String type, java.lang.String triggeringType, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
EventsConstructors in laas.openrobots.ontology.modules.alterite that throw EventRegistrationException Constructor Description AlteriteModule(IOntologyBackend oro)
-
Uses of EventRegistrationException in laas.openrobots.ontology.modules.events
Methods in laas.openrobots.ontology.modules.events that throw EventRegistrationException Modifier and Type Method Description void
EventProcessor. add(IWatcher w)
java.util.UUID
EventModule. registerEvent(java.lang.String type, java.lang.String triggeringType, java.lang.String variable, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
java.util.UUID
EventModule. registerEvent(java.lang.String type, java.lang.String triggeringType, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
-