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 Summary
FieldsModifier and TypeFieldDescriptionstatic final long
ConstantserialVersionUID=23L
-
Method Summary
Modifier and TypeMethodDescriptioncreateGraph
(Parameters parameters) createGraph.Returns a short, one-line description of this graph type.Returns the parameters that this graph uses.
-
Field Details
-
serialVersionUID
static final long serialVersionUIDConstantserialVersionUID=23L
- See Also:
-
-
Method Details
-
createGraph
createGraph.
- Parameters:
parameters
- Whatever parameters are need for the given graph. See getParameters().- Returns:
- Returns a random graph using the given parameters.
-
getDescription
String getDescription()Returns a short, one-line description of this graph type. This will be printed in the report.- Returns:
- This description.
-
getParameters
-