Public Methods | |
SmvCaseExpr () | |
void | addCase (SmvExpr cond, SmvExpr value) |
Vector | collectCases (Vector result) |
Vector | getCases () |
boolean | isBig () |
void | print (SmvTrans out) |
Private Attributes | |
Vector | cases |
SmvCase | outerCase |
Definition at line 41 of file SmvCaseExpr.java.
|
Collect all cases (leaves) into a vector. Definition at line 56 of file SmvCaseExpr.java. Referenced by SmvTrans::recordLockStatusUpdates().
|