Class Variable.Value

  • Enclosing class:
    Variable

    public static final class Variable.Value
    extends Object
    This class store both the value and the time stamp It will be used by graph rendering legend
    • Field Detail

      • value

        public final double value
      • timestamp

        public final long timestamp
    • Constructor Detail

      • Value

        Value​(long timestamp,
              double value)