Class Simulations
java.lang.Object
edu.cmu.tetrad.algcomparison.simulation.Simulations
A list of simulations to be compared.
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Simulation simulation) Adds an simulation.Returns the list of simulations.
-
Constructor Details
-
Simulations
public Simulations()
-
-
Method Details
-
add
Adds an simulation.- Parameters:
simulation
- The simulation to add.
-
getSimulations
Returns the list of simulations.- Returns:
- A copy of the list of simulations that have been added, in that order.
-