Package | Description |
---|---|
com.serotonin.mango.rt.event.compound |
Modifier and Type | Class and Description |
---|---|
class |
AndOperator |
class |
BinaryOperator |
class |
EventDetectorWrapper |
class |
NotOperator |
class |
OrOperator |
class |
Parenthesis |
Modifier and Type | Field and Description |
---|---|
private LogicalOperator |
CompoundEventDetectorRT.condition |
private LogicalOperator |
Parenthesis.operand |
private LogicalOperator |
NotOperator.operand |
protected LogicalOperator |
BinaryOperator.operand1 |
protected LogicalOperator |
BinaryOperator.operand2 |
Modifier and Type | Method and Description |
---|---|
static LogicalOperator |
CompoundEventDetectorRT.parseConditionStatement(java.lang.String condition) |
private static LogicalOperator |
CompoundEventDetectorRT.parseTokens(CompoundEventDetectorRT.ConditionStatementCharacter[] chars,
int from,
int to) |
Constructor and Description |
---|
AndOperator(LogicalOperator operand1,
LogicalOperator operand2) |
BinaryOperator(LogicalOperator operand1,
LogicalOperator operand2) |
NotOperator(LogicalOperator operand) |
OrOperator(LogicalOperator operand1,
LogicalOperator operand2) |
Parenthesis(LogicalOperator operand) |