|
RULE dependent_instantiable_derived_unit FOR (derived_unit); WHERE wr1: SIZEOF ( QUERY ( d <* derived_unit | NOT ( SIZEOF ( USEDIN ( d , '' ) ) > 0 ) ) ) = 0 ; END_RULE; -- dependent_instantiable_derived_unit |
|
public class RDependent_instantiable_derived_unit public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |