Package moa.core

Class Measurement

    • Field Detail

      • value

        protected double value
    • Constructor Detail

      • Measurement

        public Measurement​(String name,
                           double value)
    • Method Detail

      • getName

        public String getName()
      • getValue

        public double getValue()
      • getMeasurementsDescription

        public static void getMeasurementsDescription​(Measurement[] measurements,
                                                      StringBuilder out,
                                                      int indent)
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent