CLab# 1.0 API Documentation

ClabBDD.UpdateResultBDDUserChoice Method 

Updates the result BDD with a user chosen variable and domain value. Makes an expression out of the variable and value, and ands it with the old result BDD.

public Bdd UpdateResultBDDUserChoice(
   String var,
   String domain
);

Parameters

String
The chosen variable.
String
The chosen domain value.

Return Value

The new result BDD.

Exceptions

Exception Type Condition
ClabException  

See Also

ClabBDD Class | CLab.BDD Namespace