Uses of Package
org.jgrapht.graph.specifics
Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
org.jgrapht.opt.graph.fastutil |
Specialized graph implementations using the FastUtil library
|
-
Classes in org.jgrapht.graph.specifics used by org.jgrapht.graph Class Description Specifics An interface encapsulating the basic graph operations. -
Classes in org.jgrapht.graph.specifics used by org.jgrapht.graph.specifics Class Description DirectedEdgeContainer A container for vertex edges.DirectedSpecifics Plain implementation of DirectedSpecifics.Specifics An interface encapsulating the basic graph operations.UndirectedEdgeContainer A container for vertex edges.UndirectedSpecifics Plain implementation of UndirectedSpecifics. -
Classes in org.jgrapht.graph.specifics used by org.jgrapht.opt.graph.fastutil Class Description Specifics An interface encapsulating the basic graph operations.