| 260 | } |
| 261 | |
| 262 | int FactorGraphStructure::countFactor(const FactorType Type, const double Timestamp) const |
| 263 | { |
| 264 | return _FactorList.countElement(Type, Timestamp); |
| 265 | } |
| 266 | |
| 267 | int FactorGraphStructure::countFactorType(const FactorType Type) const |
| 268 | { |
no test coverage detected