Class Cyclic
java.lang.Object
edu.cmu.tetrad.algcomparison.graph.Cyclic
- All Implemented Interfaces:
- RandomGraph,- TetradSerializable,- Serializable
Returns a cyclic graph build up from small cyclic graph components.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateGraph(Parameters parameters) createGraph.Returns a short, one-line description of this graph type.Returns the parameters that this graph uses.
- 
Constructor Details- 
Cyclicpublic Cyclic()Initializes a new instance of the Cyclic class.
 
- 
- 
Method Details- 
createGraphcreateGraph. - Specified by:
- createGraphin interface- RandomGraph
- Parameters:
- parameters- Whatever parameters are need for the given graph. See getParameters().
- Returns:
- Returns a random graph using the given parameters.
 
- 
getDescriptionReturns a short, one-line description of this graph type. This will be printed in the report.- Specified by:
- getDescriptionin interface- RandomGraph
- Returns:
- This description.
 
- 
getParametersReturns the parameters that this graph uses.- Specified by:
- getParametersin interface- RandomGraph
- Returns:
- A list of String names of parameters.
 
 
-