| Package | Description |
|---|---|
| simkit.stat |
Classes/Interfaces for collecting and displaying statistics from simulation
runs.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,BooleanCounter> |
MultipleBooleanCounters.counters |
| Modifier and Type | Method and Description |
|---|---|
BooleanCounter |
MultipleBooleanCounters.getCounter(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,BooleanCounter> |
MultipleBooleanCounters.getCounters()
Returns copy of Map and of counters
|
| Constructor and Description |
|---|
BooleanCounter(BooleanCounter counter)
Copy constructor
|