CLab# 1.0 API Documentation |
|
CSPExpressionBuilder.BuildCSPExpression Method
Builds a csp expression out of the passed in clab expression. Updates the constraint graph with new data from the current expression.
public CSPExprWrapper BuildCSPExpression(
Expression expr);
Parameters
-
Expression
- The clab expression.
Return Value
The csp expression inside a "Casper.Data.CSPExprWrapper" object.
Exceptions
Exception Type |
Condition |
ClabInternalErrorException
|
|
See Also
CSPExpressionBuilder Class | CLab.CSP Namespace