Uses of Enum Class
laas.openrobots.ontology.modules.events.IWatcher.EventType
Packages that use IWatcher.EventType
Package
Description
Provides the actual underlying ontology-based storage.
Provides the cognitive event manager module.
-
Uses of IWatcher.EventType in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that return types with arguments of type IWatcher.EventTypeModifier and TypeMethodDescriptionIOntologyBackend.getSupportedEvents()
Return the list of event types implemented (hence usable) by this backend.OpenRobotsOntology.getSupportedEvents()
-
Uses of IWatcher.EventType in laas.openrobots.ontology.modules.events
Fields in laas.openrobots.ontology.modules.events declared as IWatcher.EventTypeMethods in laas.openrobots.ontology.modules.events that return IWatcher.EventTypeModifier and TypeMethodDescriptionGenericWatcher.getPatternType()
IWatcher.getPatternType()
static IWatcher.EventType
Returns the enum constant of this class with the specified name.static IWatcher.EventType[]
IWatcher.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in laas.openrobots.ontology.modules.events that return types with arguments of type IWatcher.EventTypeConstructors in laas.openrobots.ontology.modules.events with parameters of type IWatcher.EventTypeModifierConstructorDescriptionGenericWatcher
(IWatcher.EventType eventType, IWatcher.TriggeringType triggeringType, List<String> eventPattern, IEventConsumer client)