|
RULE executed_action_requires_action_status FOR (executed_action); WHERE wr1: SIZEOF ( QUERY ( ea <* executed_action | SIZEOF ( USEDIN ( ea , 'automotive_design.' + 'action_status.' + 'assigned_action' ) ) > 1 ) ) = 0 ; END_RULE; -- executed_action_requires_action_status |
|
public class RExecuted_action_requires_action_status public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |