Table 79 summarizes the member variables in the CompleteCondition class.
Member variable | Description | Page |
---|---|---|
allDependentConditions | Specifies all dependent conditions for the property. | allDependentConditions |
allInputConditions | Specifies all input conditions for the property. | allInputConditions |
public DependentCondition[] allDependentConditions
The allDependentConditions member variable contains a list of dependent conditions in the dependent-condition array, which is an array of DependentCondition objects. Each DependentCondition object contains one dependent condition, which restricts the value of the dependent property when the associated input conditions evaluate to true. For more information, see Setting conditions on the property value.
public InputCondition[] allInputConditions
The allInputConditions member variable contains a list of conditions in the input-condition array, which is an array of InputCondition objects. Each InputCondition object contains one input condition, which specifies a comparison to make on the current agent property's value. For more information, see Setting conditions on the property value.