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