RepastHPC  2.3.1
Public Member Functions | Friends | List of all members
repast::SVDataSet Class Reference

Encapsulates data recording to a single plain text file, separating the recorded values using a specified separator value. More...

#include <SVDataSet.h>

Inheritance diagram for repast::SVDataSet:
repast::DataSet

Public Member Functions

void record ()
 Records data from any added data sources.
 
void write ()
 Writes any recorded data to a file.
 
void close ()
 Closes the data set.
 

Friends

class SVDataSetBuilder
 

Detailed Description

Encapsulates data recording to a single plain text file, separating the recorded values using a specified separator value.

An SVDataSet uses rank 0 to write to a single file from multiple pan-process data sources. A SVDataSet should be built using a SVDataSetBuilder.


The documentation for this class was generated from the following files: