Uses of Interface
org.openhab.core.automation.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in org.openhab.core.automation
Methods in org.openhab.core.automation that return RuleModifier and TypeMethodDescriptionThis method is used to register aRuleinto theRuleRegistry.RuleExecution.getRule()Returns the rule that will be executed.protected @Nullable RuleMethods in org.openhab.core.automation that return types with arguments of type RuleModifier and TypeMethodDescriptionGets a collection ofRules which shares same tag.Gets a collection ofRules which has specified tags.RulePredicates.hasAllTags(String @Nullable ... tags) RulePredicates.hasAllTags(@Nullable Collection<String> tags) RulePredicates.hasAnyOfPrefixes(String... prefixes) RulePredicates.hasAnyOfTags(String @Nullable ... tags) RulePredicates.hasAnyOfTags(@Nullable Collection<String> tags) RulePredicates.hasNoTags()RulePredicates.hasTags()Methods in org.openhab.core.automation with parameters of type RuleModifier and TypeMethodDescriptionThis method is used to register aRuleinto theRuleRegistry.static @Nullable StringGets the prefix of theRule's UID, if any exist.protected RuleDTOManagedRuleProvider.toPersistableElement(Rule element) Constructors in org.openhab.core.automation with parameters of type Rule -
Uses of Rule in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return RuleMethods in org.openhab.core.automation.dto with parameters of type Rule -
Uses of Rule in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util that return RuleMethods in org.openhab.core.automation.util with parameters of type RuleConstructors in org.openhab.core.automation.util with parameters of type Rule