Class CSVFileDataConsumer
- java.lang.Object
- 
- jadex.commons.SimplePropertyObject
- 
- jadex.extension.envsupport.evaluation.CSVFileDataConsumer
 
 
- 
- All Implemented Interfaces:
- IPropertyObject,- ITableDataConsumer
 
 public class CSVFileDataConsumer extends SimplePropertyObject implements ITableDataConsumer Simple file consumer that writes data into a text file.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringlfThe linefeed separator.protected java.io.WriterwriterThe writer.- 
Fields inherited from class jadex.commons.SimplePropertyObjectpcs, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description CSVFileDataConsumer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeData(long time, double tick)Consume data from the provider.AbstractEnvironmentSpacegetSpace()Get the space.protected ITableDataProvidergetTableDataProvider()Get the table data provider.- 
Methods inherited from class jadex.commons.SimplePropertyObjectaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 
- 
 
- 
- 
- 
Method Detail- 
consumeDatapublic void consumeData(long time, double tick)Consume data from the provider.- Specified by:
- consumeDatain interface- ITableDataConsumer
- Parameters:
- time- The current time.
- tick- The current tick.
 
 - 
getSpacepublic AbstractEnvironmentSpace getSpace() Get the space.- Returns:
- The space.
 
 - 
getTableDataProviderprotected ITableDataProvider getTableDataProvider() Get the table data provider.- Returns:
- The table data provider.
 
 
- 
 
-