Uses of Interface
org.jgrapht.opt.graph.sparse.specifics.SparseGraphSpecifics
-
Packages that use SparseGraphSpecifics Package Description org.jgrapht.opt.graph.sparse.specifics Implementations of different sparse graphs with different tradeoffs. -
-
Uses of SparseGraphSpecifics in org.jgrapht.opt.graph.sparse.specifics
Classes in org.jgrapht.opt.graph.sparse.specifics with type parameters of type SparseGraphSpecifics Modifier and Type Class Description class
AbstractSparseSpecificsGraph<S extends SparseGraphSpecifics>
Helper class to ease the implementation of different sparse graphs with different backends.Classes in org.jgrapht.opt.graph.sparse.specifics that implement SparseGraphSpecifics Modifier and Type Class Description class
IncidenceMatrixSparseUndirectedSpecifics
Specifics for a sparse undirected graph using an incidence matrix representation.class
IncomingNoReindexSparseDirectedSpecifics
Specifics for a sparse directed graph which does not re-index the edges and supports incoming edges.class
NoIncomingNoReindexSparseDirectedSpecifics
Specifics for a sparse directed graph which does not re-index the edges and does not support incoming edges.Fields in org.jgrapht.opt.graph.sparse.specifics declared as SparseGraphSpecifics Modifier and Type Field Description protected S
AbstractSparseSpecificsGraph. specifics
-