Public Member Functions | |
| int | getUIntValue () |
| double | getDoubleValue () |
| boolean | isUInt () |
| boolean | isDouble () |
| String | getValueString () throws Z3Exception |
| String | toString () |
Data Fields | |
| String | Key |
Statistical data is organized into pairs of [Key, Entry], where every Entry is either a DoubleEntry or a UIntEntry
Definition at line 29 of file Statistics.java.
|
inline |
The double-value of the entry.
Definition at line 47 of file Statistics.java.
|
inline |
The uint-value of the entry.
Definition at line 39 of file Statistics.java.
|
inline |
The string representation of the the entry's value.
| Z3Exception |
Definition at line 73 of file Statistics.java.
Referenced by Statistics.Entry.toString().
|
inline |
True if the entry is double-valued.
Definition at line 63 of file Statistics.java.
Referenced by Statistics.Entry.getValueString().
|
inline |
True if the entry is uint-valued.
Definition at line 55 of file Statistics.java.
Referenced by Statistics.Entry.getValueString().
|
inline |
The string representation of the Entry.
Definition at line 86 of file Statistics.java.
| String Key |
The key of the entry.
Definition at line 34 of file Statistics.java.
1.8.9.1