Package com.jgalgo.adapt.jgrapht
Adapters from JGraphT to JGalgo, and from JGalgo to JGraphT.
Classes that accept a JGAlgo Graph and implement other library graph interface
are called adapters. Classes that accept other library graph and implement the JGAlgo graph interface are
called wrappers. For JGraphT, these are JGraphTAdapter
and
JGraphTWrapper
, respectively.
-
Class Summary Class Description JGraphTAdapter<V,E> An adapter from JGAlgo graph to JGraphT graph.JGraphTWrapper<V,E> An adapter from JGraphT graph to JGAlgo graph.