Get Plus calculation. @param type @return plus calculation
(Type type)
| 474 | * @return plus calculation |
| 475 | */ |
| 476 | String getPlusCalculation(Type type) |
| 477 | { |
| 478 | String aString = null; |
| 479 | |
| 480 | if (plusCalcs != null) |
| 481 | { |
| 482 | aString = plusCalcs.get(type); |
| 483 | } |
| 484 | |
| 485 | return aString; |
| 486 | } |
| 487 | |
| 488 | /** |
| 489 | * Set the Short Range distance. |