|
SHAPER
9.15.0
|
Validator for the solver error. More...

Public Member Functions | |
| virtual bool | isValid (const std::shared_ptr< ModelAPI_Feature > &theFeature, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const |
| returns true if there are no solver errors More... | |
| virtual bool | isNotObligatory (std::string theFeature, std::string theAttribute) |
| Returns true if the attribute in feature is not obligatory for the feature execution. More... | |
Validator for the solver error.
Simply checks that solver error attribute is empty. Returns the attribute value as an error.
|
virtual |
returns true if there are no solver errors
| theFeature | the checked feature |
| theArguments | arguments of the feature (not used) |
| theError | error message |
Implements ModelAPI_FeatureValidator.
|
virtual |
Returns true if the attribute in feature is not obligatory for the feature execution.
Reimplemented from ModelAPI_FeatureValidator.