Class SubGraphFunction<V,​E>

  • All Implemented Interfaces:
    Function<org.jgrapht.Graph<V,​E>,​List<org.jgrapht.Graph<V,​E>>>

    public class SubGraphFunction<V,​E>
    extends Object
    implements Function<org.jgrapht.Graph<V,​E>,​List<org.jgrapht.Graph<V,​E>>>
    • Constructor Detail

      • SubGraphFunction

        public SubGraphFunction()
    • Method Detail

      • apply

        public List<org.jgrapht.Graph<V,​E>> apply​(org.jgrapht.Graph<V,​E> graph)
        Specified by:
        apply in interface Function<V,​E>