Class Statistics.Entry

  • Enclosing class:
    Statistics

    public class Statistics.Entry
    extends Object
    Statistical data is organized into pairs of [Key, Entry], where every Entry is either a DoubleEntry or a UIntEntry
    • Field Detail

      • Key

        public String Key
        The key of the entry.
    • Method Detail

      • getUIntValue

        public int getUIntValue()
        The uint-value of the entry.
      • getDoubleValue

        public double getDoubleValue()
        The double-value of the entry.
      • isUInt

        public boolean isUInt()
        True if the entry is uint-valued.
      • isDouble

        public boolean isDouble()
        True if the entry is double-valued.
      • getValueString

        public String getValueString()
        The string representation of the entry's value.
        Throws:
        Z3Exception
      • toString

        public String toString()
        The string representation of the Entry.
        Overrides:
        toString in class Object