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 classAbstractSparseSpecificsGraph<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 classIncidenceMatrixSparseUndirectedSpecificsSpecifics for a sparse undirected graph using an incidence matrix representation.classIncomingNoReindexSparseDirectedSpecificsSpecifics for a sparse directed graph which does not re-index the edges and supports incoming edges.classNoIncomingNoReindexSparseDirectedSpecificsSpecifics 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 SAbstractSparseSpecificsGraph. specifics
-