Class SVTransformedGraphSupplier<V,​E>

  • Type Parameters:
    V -
    E -
    All Implemented Interfaces:
    Supplier<org.jgrapht.Graph<SV<V>,​SE<E>>>

    public class SVTransformedGraphSupplier<V,​E>
    extends Object
    implements Supplier<org.jgrapht.Graph<SV<V>,​SE<E>>>
    Serves as a Supplier for a Graph<V, E> transformed to a Graph<SV<V>, SE<E>>
    • Constructor Detail

      • SVTransformedGraphSupplier

        public SVTransformedGraphSupplier​(org.jgrapht.Graph<V,​E> graph)
    • Method Detail

      • get

        public org.jgrapht.Graph<SV<V>,​SE<E>> get()
        Transform and return the graph
        Specified by:
        get in interface Supplier<V>
        Returns:
        a Graph<SV<V>, SE<E>>