Uses of Class
laas.openrobots.ontology.modules.events.IWatcher.EventType
-
Packages that use IWatcher.EventType Package Description laas.openrobots.ontology.backends Provides the actual underlying ontology-based storage.laas.openrobots.ontology.modules.events 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.EventType Modifier and Type Method Description java.util.Set<IWatcher.EventType>
IOntologyBackend. getSupportedEvents()
Return the list of event types implemented (hence usable) by this backend.java.util.Set<IWatcher.EventType>
OpenRobotsOntology. getSupportedEvents()
-
Uses of IWatcher.EventType in laas.openrobots.ontology.modules.events
Fields in laas.openrobots.ontology.modules.events declared as IWatcher.EventType Modifier and Type Field Description protected IWatcher.EventType
GenericWatcher. eventType
Methods in laas.openrobots.ontology.modules.events that return IWatcher.EventType Modifier and Type Method Description IWatcher.EventType
GenericWatcher. getPatternType()
IWatcher.EventType
IWatcher. getPatternType()
static IWatcher.EventType
IWatcher.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IWatcher.EventType[]
IWatcher.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in laas.openrobots.ontology.modules.events that return types with arguments of type IWatcher.EventType Modifier and Type Method Description java.util.Set<IWatcher.EventType>
EventProcessor. getSupportedEvents()
Constructors in laas.openrobots.ontology.modules.events with parameters of type IWatcher.EventType Constructor Description GenericWatcher(IWatcher.EventType eventType, IWatcher.TriggeringType triggeringType, java.util.List<java.lang.String> eventPattern, IEventConsumer client)
-