|
RULE symbol_representation_rule FOR (presentation_representation_relationship); WHERE wr1: SIZEOF ( QUERY ( each_1 <* presentation_representation_relationship | NOT ( 'presentation_definition_schema.' + 'symbol_representation_relationship' IN TYPEOF ( each_1 ) ) AND ( SIZEOF ( QUERY ( each_2 <* [ each_1 \ representation_relationship . rep_1 , each_1 \ representation_relationship . rep_2 ] | 'presentation_definition_schema.symbol_representation' IN TYPEOF ( each_2 ) ) ) > 0 ) ) ) = 0 ; END_RULE; -- symbol_representation_rule |
|
public class RSymbol_representation_rule public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |