| 270 | } |
| 271 | |
| 272 | bool FactorGraphStructure::checkFactor(const FactorType Type, const double Timestamp, const double Number) const |
| 273 | { |
| 274 | return _FactorList.checkElement(Type, Timestamp, Number); |
| 275 | } |
| 276 | |
| 277 | bool FactorGraphStructure::checkFactor(const FactorType Type) const |
| 278 | { |
no test coverage detected