| 84 | } |
| 85 | |
| 86 | void CVMappingRule::setCombinationsLogic(CombinationsLogic combinations_logic) |
| 87 | { |
| 88 | combinations_logic_ = combinations_logic; |
| 89 | } |
| 90 | |
| 91 | CVMappingRule::CombinationsLogic CVMappingRule::getCombinationsLogic() const |
| 92 | { |
no outgoing calls
no test coverage detected