jadex.application.space.envsupport.evaluation
Class CSVFileDataConsumer
java.lang.Object
jadex.commons.SimplePropertyObject
jadex.application.space.envsupport.evaluation.CSVFileDataConsumer
- All Implemented Interfaces:
- ITableDataConsumer, IPropertyObject
public class CSVFileDataConsumer
- extends SimplePropertyObject
- implements ITableDataConsumer
Simple file consumer that writes data into a text file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lf
public static final String lf
- The linefeed separator.
writer
protected Writer writer
- The writer.
CSVFileDataConsumer
public CSVFileDataConsumer()
consumeData
public void consumeData(long time,
double tick)
- Consume data from the provider.
- Specified by:
consumeData in interface ITableDataConsumer
- Parameters:
time - The current time.tick - The current tick.
getSpace
public AbstractEnvironmentSpace getSpace()
- Get the space.
- Returns:
- The space.
getTableDataProvider
protected ITableDataProvider getTableDataProvider()
- Get the table data provider.
- Returns:
- The table data provider.
Copyright © 2010. All Rights Reserved.