|
nuXmv API 126f6942
API for nuXmv
|
Functions for adding Properties to a Model. More...

Functions | |
| nuxmv_status_code | nuxmv_model_add_property (nuxmv_env env, nuxmv_model model, nuxmv_property property) |
| Add a property to the model. | |
Functions for adding Properties to a Model.
| nuxmv_status_code nuxmv_model_add_property | ( | nuxmv_env | env, |
| nuxmv_model | model, | ||
| nuxmv_property | property | ||
| ) |
Add a property to the model.
| [in] | env | The environment to modify. |
| [in] | model | The model to modify. |
| [in] | property | A property to add to the model. |
NUXMV_SUCCESS if the invariant assignment was added, NUXMV_FAILURE in case of error.Requirements: 03.004.02