SHAPER  9.12.0
BuildPlugin_ValidatorExpressionInterpolation Class Reference
Inheritance diagram for BuildPlugin_ValidatorExpressionInterpolation:
Inheritance graph

Public Member Functions

virtual bool isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
 Returns true if attribute has a valid parameter expression. More...
 

Member Function Documentation

◆ isValid()

bool BuildPlugin_ValidatorExpressionInterpolation::isValid ( const AttributePtr &  theAttribute,
const std::list< std::string > &  theArguments,
Events_InfoMessage theError 
) const
virtual

Returns true if attribute has a valid parameter expression.

Parameters
theAttributethe checked attribute
theArgumentsarguments of the attribute
theErrorthe error string message if validation fails

Implements ModelAPI_AttributeValidator.