|
RULE drawing_view_annotation_layers FOR (presentation_view); WHERE wr1: SIZEOF ( QUERY ( pv <* presentation_view | NOT ( SIZEOF ( QUERY ( ao <* QUERY ( it <* pv \ representation . items | ( 'automotive_design.' + 'annotation_occurrence' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( USEDIN ( ao , 'automotive_design.' + 'presentation_layer_assignment.' + 'assigned_items' ) ) >= 1 ) ) ) = 0 ) ) ) = 0 ; END_RULE; -- drawing_view_annotation_layers |
|
public class RDrawing_view_annotation_layers public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |