
AVP is a type that models the Argument Validation Policy concept.
None.
The following expressions must be valid.
| Name | Expression | Type Requirements | Return Type |
|---|---|---|---|
| Validation | AVP::areValidArguments(maze_maker, input_maker, policy, p) |
| bool |
| Name | Expression | Precondition | Semantics | Postcondition |
|---|---|---|---|---|
| Validation | AVP::areValidArguments(maze_maker, input_maker, policy, p) | None beyond those specified for the initialization of the FSM Builder with which this Argument Validation Policy is associated. | Returns true if and only if the overlying maze is guaranteed to have a solution path based on the specified arguments, false otherwise. |
Multi-State Mazes in C++ is hosted by . Use the Table of Contents for navigation.