Class Measurement


  • public class Measurement
    extends java.lang.Object
    Wrapper class for the actually measured value. Candidate for removal, but I wanted a type instead of some opaque instance of Number.
    Author:
    Steinar Knutsen
    • Constructor Summary

      Constructors 
      Constructor Description
      Measurement​(java.lang.Number magnitude)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Measurement

        public Measurement​(java.lang.Number magnitude)