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