Uses of Interface
org.openhab.core.model.rule.rules.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in org.openhab.core.model.rule.rules
Subinterfaces of Condition in org.openhab.core.model.rule.rulesModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Day Of Week Condition'.interfaceA representation of the model object 'Holiday Condition'.interfaceA representation of the model object 'In Dayset Condition'.interfaceA representation of the model object 'Interval Condition'.interfaceA representation of the model object 'Item State Condition'.interfaceA representation of the model object 'Thing Status Condition'.interfaceA representation of the model object 'Time Of Day Condition'.interfaceA representation of the model object 'Weekday Condition'.Methods in org.openhab.core.model.rule.rules that return ConditionModifier and TypeMethodDescriptionRulesFactory.createCondition()Returns a new object of class 'Condition'.Methods in org.openhab.core.model.rule.rules that return types with arguments of type ConditionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Condition> Rule.getConditions()Returns the value of the 'Conditions' containment reference list. -
Uses of Condition in org.openhab.core.model.rule.rules.impl
Classes in org.openhab.core.model.rule.rules.impl that implement ConditionModifier and TypeClassDescriptionclassAn implementation of the model object 'Condition'.classAn implementation of the model object 'Day Of Week Condition'.classAn implementation of the model object 'Holiday Condition'.classAn implementation of the model object 'In Dayset Condition'.classAn implementation of the model object 'Interval Condition'.classAn implementation of the model object 'Item State Condition'.classAn implementation of the model object 'Thing Status Condition'.classAn implementation of the model object 'Time Of Day Condition'.classAn implementation of the model object 'Weekday Condition'.Fields in org.openhab.core.model.rule.rules.impl with type parameters of type ConditionModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Condition> RuleImpl.conditionsThe cached value of the 'Conditions' containment reference list.Methods in org.openhab.core.model.rule.rules.impl that return ConditionMethods in org.openhab.core.model.rule.rules.impl that return types with arguments of type ConditionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Condition> RuleImpl.getConditions() -
Uses of Condition in org.openhab.core.model.rule.rules.util
Methods in org.openhab.core.model.rule.rules.util with parameters of type ConditionModifier and TypeMethodDescriptionRulesSwitch.caseCondition(Condition object) Returns the result of interpreting the object as an instance of 'Condition'.