public interface Reporter
| Modifier and Type | Method and Description |
|---|---|
void |
add(PolicyStats policyStats)
Adds the result of a policy simulation.
|
void |
print()
Writes the report to the output destination.
|
Collection<PolicyStats> |
stats()
Returns the collected statistics.
|
void add(PolicyStats policyStats)
void print()
throws IOException
IOExceptionCollection<PolicyStats> stats()