Package org.openhab.core.automation
Class RuleExecution
java.lang.Object
org.openhab.core.automation.RuleExecution
- All Implemented Interfaces:
Comparable<RuleExecution>
@NonNullByDefault
public final class RuleExecution
extends Object
implements Comparable<RuleExecution>
Expected execution of a
Rule
.- Author:
- Sönke Küper - Initial contribution
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RuleExecution
Creates a newRuleExecution
.- Parameters:
date
- The time when the rule will be executed.rule
- The rule that will be executed.
-
-
Method Details
-
getDate
Returns the time when the rule will be executed. -
getRule
Returns the rule that will be executed. -
compareTo
- Specified by:
compareTo
in interfaceComparable<RuleExecution>
-