Class TransformedGraphSupplier<V,​E>

  • All Implemented Interfaces:
    Supplier<org.jgrapht.Graph<LV<V>,​LE<V,​E>>>

    public class TransformedGraphSupplier<V,​E>
    extends Object
    implements Supplier<org.jgrapht.Graph<LV<V>,​LE<V,​E>>>
    • Field Detail

      • graph

        protected org.jgrapht.Graph<V,​E> graph
    • Constructor Detail

      • TransformedGraphSupplier

        public TransformedGraphSupplier​(org.jgrapht.Graph<V,​E> graph)