Package com.jgalgo.adapt.jgrapht


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.

  • Classes
    Class
    Description
    An adapter from JGAlgo graph to JGraphT graph.
    An adapter from JGraphT graph to JGAlgo graph.