JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.uci.ics.jung.random.generators
Interface GraphGenerator
All Known Subinterfaces:
EvolvingGraphGenerator
All Known Implementing Classes:
BarabasiAlbertGenerator
,
EppsteinPowerLawGenerator
,
ErdosRenyiGenerator
,
KleinbergSmallWorldGenerator
,
Lattice1DGenerator
,
Lattice2DGenerator
,
SimpleRandomGenerator
,
WattsBetaSmallWorldGenerator
public interface
GraphGenerator
An interface for algorithms that generate graphs
Author:
Scott White
Method Summary
Methods
Modifier and Type
Method and Description
ArchetypeGraph
generateGraph
()
Instructs the algorithm to generate the graph
Method Detail
generateGraph
ArchetypeGraph
generateGraph()
Instructs the algorithm to generate the graph
Returns:
the generated graph
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method