[This is preliminary documentation and is subject to change.]

The Rule..::..Condition type exposes the following members.

Operators

  Name Description
Public operator Static member Addition(Rule..::..Condition, Agent)
Allows an agent to be added to the condition (with the ON setting) using the + operator
Public operator Static member Addition(Rule..::..Condition, Chunk)
Allows a chunk to be added to the condition (with the ON setting) using the + operator
Public operator Static member Addition(Rule..::..Condition, DimensionValuePair)
Allows a dimension-value pair to be added to the condition (with the ON setting) using the + operator
Public operator Static member Equality
Allows two conditions to be compared to one another using the == operator
Public operator Static member Inequality
Allows two conditions to be compared to one another using the != operator
Public operator Static member Subtraction(Rule..::..Condition, Agent)
Allows an agent to be added to the condition (with the OFF setting) using the - operator
Public operator Static member Subtraction(Rule..::..Condition, Chunk)
Allows a chunk to be added to the condition (with the OFF setting) using the - operator
Public operator Static member Subtraction(Rule..::..Condition, DimensionValuePair)
Allows a dimension-value pair to be added to the condition (with the OFF setting) using the - operator

See Also