Interface RandomGraph
- All Superinterfaces:
- Serializable,- TetradSerializable
- All Known Implementing Classes:
- Cyclic,- ErdosRenyi,- RandomForward,- RandomSingleFactorMim,- RandomTwoFactorMim,- ScaleFree,- SingleGraph
An interface to represent a random graph of some sort.
- Version:
- $Id: $Id
- Author:
- josephramsey
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longConstantserialVersionUID=23L
- 
Method SummaryModifier and TypeMethodDescriptioncreateGraph(Parameters parameters) createGraph.Returns a short, one-line description of this graph type.Returns the parameters that this graph uses.
- 
Field Details- 
serialVersionUIDstatic final long serialVersionUIDConstantserialVersionUID=23L- See Also:
 
 
- 
- 
Method Details- 
createGraphcreateGraph. - Parameters:
- parameters- Whatever parameters are need for the given graph. See getParameters().
- Returns:
- Returns a random graph using the given parameters.
 
- 
getDescriptionString getDescription()Returns a short, one-line description of this graph type. This will be printed in the report.- Returns:
- This description.
 
- 
getParametersReturns the parameters that this graph uses.- Returns:
- A list of String names of parameters.
 
 
-