Class ExperimentAlchemistSimulationAdapter
-
- All Implemented Interfaces:
-
it.unibo.alchemist.multivesta.adapter.AlchemistSimulationAdapter
public final class ExperimentAlchemistSimulationAdapter extends CSVAlchemistSimulationAdapter
A CSVAlchemistSimulationAdapter that is used to load a simulation result file of the experiment about the Space-Fluid Adaptive Sampling algorithm.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
ExperimentAlchemistSimulationAdapter.GridType
The type of grid used in the experiment.
-
Field Summary
Fields Modifier and Type Field Description private final ExperimentAlchemistSimulationAdapter.GridType
gridType
private final Integer
seed
private final File
rootOutputFiles
-
Constructor Summary
Constructors Constructor Description ExperimentAlchemistSimulationAdapter(ExperimentAlchemistSimulationAdapter.GridType gridType, Integer seed, File rootOutputFiles)
-
Method Summary
Modifier and Type Method Description final ExperimentAlchemistSimulationAdapter.GridType
getGridType()
The type of grid used in the experiment. -
Methods inherited from class it.unibo.alchemist.multivesta.adapter.CSVAlchemistSimulationAdapter
doStep, getRootOutputFiles, getSeed, getTime, performWholeSimulation, rval, rval
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ExperimentAlchemistSimulationAdapter
ExperimentAlchemistSimulationAdapter(ExperimentAlchemistSimulationAdapter.GridType gridType, Integer seed, File rootOutputFiles)
- Parameters:
seed
- the seed used to select the seed to use for the simulation, i.e.rootOutputFiles
- the root folder where the CSV files are stored
-
-
Method Detail
-
getGridType
final ExperimentAlchemistSimulationAdapter.GridType getGridType()
The type of grid used in the experiment.
-
-
-
-