Methods

Table 80 summarizes the methods in the CompleteCondition class.

Table 80. Member methods of the CompleteCondition class.

Member method Description Page
CompleteCondition() Creates a complete-condition object. CompleteCondition()
copy() Copies the current complete condition into the specified complete-condition object. copy()

CompleteCondition()

Creates a complete-condition object.

Syntax

public CompleteCondition();

public CompleteCondition(InputCondition[] allInputConds,
   DependentCondition[] allDepConds);

Parameters

allDepConds
Specifies an array of dependent conditions; the value of this parameter initializes the allDependentConditions member variable (allDependentConditions).

allInputConds
Specifies an array of input conditions; the value of this parameter initializes the allInputConditions member variable (allInputConditions).

Return values

A newly instantiated CompleteCondition object.

copy()

Copies the current complete condition into a specified complete-condition object.

Syntax

public void copy(CompleteCondition completeCond);

Parameters

completeCond
Specifies the name of the complete-condition object into which the current complete condition is copied.

Return values

None.

Copyright IBM Corp. 1997, 2004