1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #BlueJ class context
  2. comment0.target=ConversionToolSpec
  3. comment1.params=
  4. comment1.target=void\ shouldConvertCentimetersToInches()
  5. comment10.params=
  6. comment10.target=void\ shouldConvertMetersToFeet()
  7. comment11.params=
  8. comment11.target=void\ shouldConvertZeroMetersToZeroFeet()
  9. comment12.params=
  10. comment12.target=void\ shouldConvertNegativeMetersToZeroFeet()
  11. comment13.params=
  12. comment13.target=void\ shouldConvertFahrenheitToCelsius()
  13. comment14.params=
  14. comment14.target=void\ shouldConvertCelsiusToFahrenheit()
  15. comment15.params=
  16. comment15.target=void\ shouldConvertMphToKph()
  17. comment16.params=
  18. comment16.target=void\ shouldConvertZeroMphToZeroKph()
  19. comment17.params=
  20. comment17.target=void\ shouldConvertNegativeMphToZeroKph()
  21. comment18.params=
  22. comment18.target=void\ shouldConvertKphToMph()
  23. comment19.params=
  24. comment19.target=void\ shouldConvertZeroKphToZeroMph()
  25. comment2.params=
  26. comment2.target=void\ shouldConvertZeroCentimetersToZeroInches()
  27. comment20.params=
  28. comment20.target=void\ shouldConvertNegativeKphToZeroMph()
  29. comment3.params=
  30. comment3.target=void\ shouldConvertNegativeCentimetersToZeroInches()
  31. comment4.params=
  32. comment4.target=void\ shouldConvertInchesToCentimeters()
  33. comment5.params=
  34. comment5.target=void\ shouldConvertZeroInchesToZeroCentimeters()
  35. comment6.params=
  36. comment6.target=void\ shouldConvertNegativeInchesToZeroCentimeters()
  37. comment7.params=
  38. comment7.target=void\ shouldConvertFeetToMeters()
  39. comment8.params=
  40. comment8.target=void\ shouldConvertZeroFeetToZeroMeters()
  41. comment9.params=
  42. comment9.target=void\ shouldConvertNegativeFeetToZeroMeters()
  43. numComments=21