Uses of Class
laas.openrobots.ontology.modules.events.IWatcher.TriggeringType
-
Packages that use IWatcher.TriggeringType Package Description laas.openrobots.ontology.modules.events 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.TriggeringType Modifier and Type Field Description protected IWatcher.TriggeringType
GenericWatcher. triggeringType
Methods in laas.openrobots.ontology.modules.events that return IWatcher.TriggeringType Modifier and Type Method Description IWatcher.TriggeringType
GenericWatcher. getTriggeringType()
IWatcher.TriggeringType
IWatcher. getTriggeringType()
static IWatcher.TriggeringType
IWatcher.TriggeringType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IWatcher.TriggeringType[]
IWatcher.TriggeringType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in laas.openrobots.ontology.modules.events with parameters of type IWatcher.TriggeringType Constructor Description GenericWatcher(IWatcher.EventType eventType, IWatcher.TriggeringType triggeringType, java.util.List<java.lang.String> eventPattern, IEventConsumer client)
-