|
RULE restrict_multi_language_for_shape_aspect FOR (shape_aspect); WHERE wr1: SIZEOF ( QUERY ( ent <* shape_aspect | NOT allowed_translations ( ent , [ 'description' ] ) ) ) = 0 ; END_RULE; -- restrict_multi_language_for_shape_aspect |
|
public class RRestrict_multi_language_for_shape_aspect public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |