|
RULE restrict_zone_boundary FOR (tolerance_zone_definition); WHERE wr1: SIZEOF ( QUERY ( tzd <* tolerance_zone_definition | SIZEOF ( tzd . boundaries ) > 2 ) ) = 0 ; END_RULE; -- restrict_zone_boundary |
|
public class RRestrict_zone_boundary public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |