Uses of Interface
org.openhab.core.model.rule.rules.TimeOfDayCondition
Packages that use TimeOfDayCondition
Package
Description
-
Uses of TimeOfDayCondition in org.openhab.core.model.rule.rules
Methods in org.openhab.core.model.rule.rules that return TimeOfDayConditionModifier and TypeMethodDescriptionRulesFactory.createTimeOfDayCondition()Returns a new object of class 'Time Of Day Condition'. -
Uses of TimeOfDayCondition in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement TimeOfDayConditionModifier and TypeClassDescriptionclassAn implementation of the model object 'Time Of Day Condition'.Methods in org.openhab.core.model.rule.rules.impl that return TimeOfDayCondition -
Uses of TimeOfDayCondition in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type TimeOfDayConditionModifier and TypeMethodDescriptionRulesSwitch.caseTimeOfDayCondition(TimeOfDayCondition object) Returns the result of interpreting the object as an instance of 'Time Of Day Condition'. -
Uses of TimeOfDayCondition in org.openhab.core.model.rule.serializer
Methods in org.openhab.core.model.rule.serializer with parameters of type TimeOfDayConditionModifier and TypeMethodDescriptionprotected voidRulesSemanticSequencer.sequence_TimeOfDayCondition(org.eclipse.xtext.serializer.ISerializationContext context, TimeOfDayCondition semanticObject) Contexts: Condition returns TimeOfDayCondition TimeOfDayCondition returns TimeOfDayCondition Constraint: (start=TIME end=TIME)