Uses of Interface
org.openhab.core.model.rule.rules.TimerTrigger
Packages that use TimerTrigger
Package
Description
-
Uses of TimerTrigger in org.openhab.core.model.rule.rules
Methods in org.openhab.core.model.rule.rules that return TimerTriggerModifier and TypeMethodDescriptionRulesFactory.createTimerTrigger()
Returns a new object of class 'Timer Trigger'. -
Uses of TimerTrigger in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement TimerTriggerModifier and TypeClassDescriptionclass
An implementation of the model object 'Timer Trigger'.Methods in org.openhab.core.model.rule.rules.impl that return TimerTrigger -
Uses of TimerTrigger in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type TimerTriggerModifier and TypeMethodDescriptionRulesSwitch.caseTimerTrigger
(TimerTrigger object) Returns the result of interpreting the object as an instance of 'Timer Trigger'. -
Uses of TimerTrigger in org.openhab.core.model.rule.serializer
Methods in org.openhab.core.model.rule.serializer with parameters of type TimerTriggerModifier and TypeMethodDescriptionprotected void
AbstractRulesSemanticSequencer.sequence_TimerTrigger
(org.eclipse.xtext.serializer.ISerializationContext context, TimerTrigger semanticObject) Contexts: EventTrigger returns TimerTrigger TimerTrigger returns TimerTrigger Constraint: (cron=STRING | time='midnight' | time='noon')