public class Statistics extends Z3Object
| Modifier and Type | Class and Description |
|---|---|
class |
Statistics.Entry
Statistical data is organized into pairs of [Key, Entry], where every
Entry is either a
DoubleEntry or a UIntEntry |
| Modifier and Type | Method and Description |
|---|---|
Statistics.Entry |
get(java.lang.String key)
The value of a particular statistical counter.
|
Statistics.Entry[] |
getEntries()
The data entries.
|
java.lang.String[] |
getKeys()
The statistical counters.
|
int |
size()
The number of statistical data.
|
java.lang.String |
toString()
A string representation of the statistical data.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic int size()
public Statistics.Entry[] getEntries()
Z3Exceptionpublic java.lang.String[] getKeys()
public Statistics.Entry get(java.lang.String key)
Z3Exception