| 441 | } |
| 442 | |
| 443 | double |
| 444 | LoadPattern::getLoadFactor(void) |
| 445 | { |
| 446 | if (theSeries != 0) |
| 447 | return loadFactor; |
| 448 | else |
| 449 | return 0.0; |
| 450 | } |
| 451 | |
| 452 | int |
| 453 | LoadPattern::sendSelf(int cTag, Channel &theChannel) |
no outgoing calls
no test coverage detected