[This is preliminary documentation and is subject to change.]
The Rule..::..Condition type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Addition(Rule..::..Condition, Agent) |
Allows an agent to be added to the condition (with the ON setting) using the + operator
|
![]() ![]() |
Addition(Rule..::..Condition, Chunk) |
Allows a chunk to be added to the condition (with the ON setting) using the + operator
|
![]() ![]() |
Addition(Rule..::..Condition, DimensionValuePair) |
Allows a dimension-value pair to be added to the condition (with the ON setting) using the + operator
|
![]() ![]() |
Equality |
Allows two conditions to be compared to one another using the == operator
|
![]() ![]() |
Inequality |
Allows two conditions to be compared to one another using the != operator
|
![]() ![]() |
Subtraction(Rule..::..Condition, Agent) |
Allows an agent to be added to the condition (with the OFF setting) using the - operator
|
![]() ![]() |
Subtraction(Rule..::..Condition, Chunk) |
Allows a chunk to be added to the condition (with the OFF setting) using the - operator
|
![]() ![]() |
Subtraction(Rule..::..Condition, DimensionValuePair) |
Allows a dimension-value pair to be added to the condition (with the OFF setting) using the - operator
|