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
Subclasses with type arguments of type IWatcher.TriggeringType in laas.openrobots.ontology.modules.eventsModifier and TypeClassDescriptionstatic enumConstants that defines the way an event is triggered.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.TriggeringTypeReturns 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)