public class ProtoIoTRule
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
protected class |
ProtoIoTRule.InputReading |
protected class |
ProtoIoTRule.OutputCommand |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
comparator1 |
protected java.lang.Object |
comparator2 |
protected java.lang.Object |
constant1 |
protected java.lang.Object |
constant2 |
protected java.util.List<ProtoIoTRule.InputReading> |
inputReadings |
protected java.lang.Object |
operator |
protected java.util.List<ProtoIoTRule.OutputCommand> |
outputCommands |
| Constructor and Description |
|---|
ProtoIoTRule() |
protected java.lang.Object comparator1
protected java.lang.Object constant1
protected java.lang.Object comparator2
protected java.lang.Object constant2
protected java.lang.Object operator
protected java.util.List<ProtoIoTRule.InputReading> inputReadings
protected java.util.List<ProtoIoTRule.OutputCommand> outputCommands