Searched refs:add_rule (Results 1 – 5 of 5) sorted by relevance
52 pub fn add_rule(&mut self, rule: Box<dyn Rule>) { in add_rule() method
163 group.add_rule(Box::new(ControllerRule::new())); in get_controllers_group()
224 group.add_rule(Box::new(ConnectionSerializationRule::new())); in get_collisions_group()
1149 group.add_rule(Box::new(LinkKeyMismatchRule::new())); in get_connections_group()1150 group.add_rule(Box::new(OddDisconnectionsRule::new())); in get_connections_group()1151 group.add_rule(Box::new(SecurityMode3Rule::new())); in get_connections_group()
1015 group.add_rule(Box::new(InformationalRule::new())); in get_informational_group()