Class Rule

java.lang.Object
org.openhab.core.voice.text.Rule

@NonNullByDefault public abstract class Rule extends Object
Represents an expression plus action code that will be executed after successful parsing. This class is immutable and deriving classes should conform to this principle.
Author:
Tilman Kamp - Initial contribution