Uses of Enum Class
laas.openrobots.ontology.modules.events.IWatcher.TriggeringType
Packages that use IWatcher.TriggeringType
Package
Description
Provides the cognitive event manager module.
-
Uses of IWatcher.TriggeringType in laas.openrobots.ontology.modules.events
Fields in laas.openrobots.ontology.modules.events declared as IWatcher.TriggeringTypeMethods in laas.openrobots.ontology.modules.events that return IWatcher.TriggeringTypeModifier and TypeMethodDescriptionGenericWatcher.getTriggeringType()
IWatcher.getTriggeringType()
static IWatcher.TriggeringType
Returns the enum constant of this class with the specified name.static IWatcher.TriggeringType[]
IWatcher.TriggeringType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in laas.openrobots.ontology.modules.events with parameters of type IWatcher.TriggeringTypeModifierConstructorDescriptionGenericWatcher
(IWatcher.EventType eventType, IWatcher.TriggeringType triggeringType, List<String> eventPattern, IEventConsumer client)