Uses of Interface
org.jgrapht.opt.graph.sparse.specifics.SparseGraphSpecifics
Packages that use SparseGraphSpecifics
Package
Description
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 SparseGraphSpecificsModifier and TypeClassDescriptionclass
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 SparseGraphSpecificsModifier and TypeClassDescriptionclass
Specifics for a sparse undirected graph using an incidence matrix representation.class
Specifics for a sparse directed graph which does not re-index the edges and supports incoming edges.class
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