Package microsim.data
package microsim.data
-
ClassDescription
DataExport
is a class that handles the exporting to data to an output database and/or*.csv
files.A singleton meaning at most one instance of the class exists at the time.ExportToCSV
class allows the exporting of data to*.csv
files.This class is an implementation of aMap
that has multiple keys and multiple values at the same time.This class allows creation ofMultiKeyCoefficientMap
from an annotated list.This class is used as a map to associate arrays of values with certain names.This class is an extension ofParameterDomain
where values that are stored are elements of arithmetic progressions of floating-point numbers generated from intervals.