public class TotalFitnessCsvWriter extends Object implements Report, Serializable
Constructor and Description |
---|
TotalFitnessCsvWriter(String filename) |
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(SimEvent e) |
String |
getName() |
Map<Object,Number> |
getVariableBindings()
Get the values calculated by this report.
|
protected transient CSVWriter csvWriter
public TotalFitnessCsvWriter(String filename)
public void eventOccurred(SimEvent e)
eventOccurred
in interface EventListener
public Map<Object,Number> getVariableBindings()
Report
getVariableBindings
in interface Report
Map
of user-readable variable names to their
associated values.Copyright © 2014. All rights reserved.