| 124 | } |
| 125 | |
| 126 | std::vector<std::shared_ptr<RuleSet>> NSHandler::getRuleSet(Interface* const interface_ptr) |
| 127 | { |
| 128 | RuleSetFactory::setInterface(interface_ptr); |
| 129 | return RuleSetFactory::generateRuleSetBySource(_source); |
| 130 | } |
| 131 | |
| 132 | void NSHandler::setRulesPath(const std::string& path) |
| 133 | { |