| 255 | } |
| 256 | |
| 257 | void FactorGraphStructure::getFactorTypes(std::vector<FactorType> &Factors) const |
| 258 | { |
| 259 | Factors = _FactorList.getKeysAll(); |
| 260 | } |
| 261 | |
| 262 | int FactorGraphStructure::countFactor(const FactorType Type, const double Timestamp) const |
| 263 | { |
no test coverage detected