Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_representation_for_surface_condition FOR (property_definition_representation);

WHERE
          wr1: SIZEOF(QUERY(pdr <* property_definition_representation |
      NOT surface_condition_correlation(pdr.definition, pdr.used_representation
      ) ))=0;
END_RULE; -- restrict_representation_for_surface_condition

public class RRestrict_representation_for_surface_condition
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)