public class HeuristicPayoffReport extends Object implements Report, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
binFileName |
protected String |
csvFileName |
Constructor and Description |
---|
HeuristicPayoffReport() |
HeuristicPayoffReport(String csvFileName,
String binFileName) |
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(SimEvent event) |
String |
getBinFileName() |
String |
getCsvFileName() |
String |
getName() |
Map<Object,Number> |
getVariableBindings()
Get the values calculated by this report.
|
void |
onBatchFinished(BatchFinishedEvent event) |
void |
setBinFileName(String binFileName) |
void |
setCsvFileName(String csvFileName) |
public Map<Object,Number> getVariableBindings()
Report
getVariableBindings
in interface Report
Map
of user-readable variable names to their
associated values.public void eventOccurred(SimEvent event)
eventOccurred
in interface EventListener
public void onBatchFinished(BatchFinishedEvent event)
public String getCsvFileName()
public void setCsvFileName(String csvFileName)
public String getBinFileName()
public void setBinFileName(String binFileName)
Copyright © 2014. All rights reserved.