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.
