Uses of Interface
org.openhab.core.automation.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in org.openhab.core.automation
Methods in org.openhab.core.automation that return types with arguments of type ConditionModifier and TypeMethodDescriptionRule.getConditions()
This method is used to get the conditions participating inRule
. -
Uses of Condition in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return ConditionModifier and TypeMethodDescriptionstatic Condition
ConditionDTOMapper.mapDto
(ConditionDTO conditionDto) Methods in org.openhab.core.automation.dto that return types with arguments of type ConditionMethods in org.openhab.core.automation.dto with parameters of type ConditionMethod parameters in org.openhab.core.automation.dto with type arguments of type Condition -
Uses of Condition in org.openhab.core.automation.handler
Constructors in org.openhab.core.automation.handler with parameters of type Condition -
Uses of Condition in org.openhab.core.automation.template
Methods in org.openhab.core.automation.template that return types with arguments of type ConditionModifier and TypeMethodDescriptionRuleTemplate.getConditions()
Gets the conditions participating inRuleTemplate
. -
Uses of Condition in org.openhab.core.automation.type
Methods in org.openhab.core.automation.type that return types with arguments of type ConditionModifier and TypeMethodDescriptionCompositeConditionType.getChildren()
Gets theCondition
modules of theCompositeConditionType
. -
Uses of Condition in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util that return ConditionMethods in org.openhab.core.automation.util with parameters of type ConditionModifier and TypeMethodDescriptionstatic ConditionBuilder
static ConditionBuilder
ModuleBuilder.createCondition
(Condition condition) RuleBuilder.withConditions
(@Nullable Condition... conditions) Method parameters in org.openhab.core.automation.util with type arguments of type ConditionModifier and TypeMethodDescriptionRuleBuilder.withConditions
(@Nullable List<? extends Condition> conditions) Constructors in org.openhab.core.automation.util with parameters of type Condition