Member variables

Table 79 summarizes the member variables in the CompleteCondition class.

Table 79. Member variables of 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

allDependentConditions

Specifies an array of all dependent conditions in the current complete condition.

Type

public DependentCondition[] allDependentConditions

Notes

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.

allInputConditions

Specifies an array of all input conditions in the current complete condition.

Type

public InputCondition[] allInputConditions

Notes

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.

Copyright IBM Corp. 1997, 2004