Class Simulations
java.lang.Object
edu.cmu.tetrad.algcomparison.simulation.Simulations
- All Implemented Interfaces:
TetradSerializable
,Serializable
A list of simulations to be compared.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Simulation simulation) Adds an simulation.Returns the list of simulations.
-
Constructor Details
-
Simulations
public Simulations()Constructor for 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.
-