Package | Description |
---|---|
org.jgrapht.experimental |
A package that contains experimental work or work-in-progress that
is not yet ready to be included in a release.
|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphReader<V,E> |
class |
PartiteRandomGraphGenerator<V,E>
PartiteRandomGraphGenerator generates a partite uniform random
graph of any size.
|
class |
UniformRandomGraphGenerator
UniformRandomGraphGenerator generates a uniform random graph
of any size.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteBipartiteGraphGenerator<V,E>
Generates a complete
bipartite graph of any size.
|
class |
CompleteGraphGenerator<V,E>
Generates a complete graph of any size.
|
class |
EmptyGraphGenerator<V,E>
Generates an empty
graph of any size.
|
class |
GridGraphGenerator<V,E>
Generates a bidirectional grid graph of any
size.
|
class |
HyperCubeGraphGenerator<V,E>
Generates a hyper
cube graph of any size.
|
class |
LinearGraphGenerator<V,E>
Generates a linear graph of any size.
|
class |
RandomGraphGenerator<V,E>
This Generator creates a random-topology graph of a specified number of
vertexes and edges.
|
class |
RingGraphGenerator<V,E>
Generates a ring graph of any size.
|
class |
ScaleFreeGraphGenerator<V,E>
Generates directed or undirected scale-free network
of any size.
|
class |
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
class |
SimpleWeightedGraphMatrixGenerator<V,E> |
class |
StarGraphGenerator<V,E>
Generates a star
graph of any size.
|
class |
WeightedGraphGenerator<V,E> |
class |
WeightedGraphGeneratorAdapter<V,E,T>
WeightedGraphGenerator defines an interface for generating graph structures
having edges weighted with real values.
|
class |
WheelGraphGenerator<V,E>
Generates a wheel
graph of any size.
|
Copyright © 2016. All rights reserved.