Class Simulations
java.lang.Object
edu.cmu.tetrad.algcomparison.simulation.Simulations
A list of simulations to be compared.
- Author:
- jdramsey
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(Simulation simulation) Adds an simulation.Returns the list of simulations.
- 
Constructor Details- 
Simulationspublic Simulations()
 
- 
- 
Method Details- 
addAdds an simulation.- Parameters:
- simulation- The simulation to add.
 
- 
getSimulationsReturns the list of simulations.- Returns:
- A copy of the list of simulations that have been added, in that order.
 
 
-