Class ManyToManyShortestPathsAlgorithm.BaseManyToManyShortestPathsImpl<V,​E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<V> sources
      Set of source vertices.
      private java.util.Set<V> targets
      Set of source vertices.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseManyToManyShortestPathsImpl​(java.util.Set<V> sources, java.util.Set<V> targets)
      Constructs an instance for the given sources and targets.
    • Field Detail

      • sources

        private final java.util.Set<V> sources
        Set of source vertices.
      • targets

        private final java.util.Set<V> targets
        Set of source vertices.
    • Constructor Detail

      • BaseManyToManyShortestPathsImpl

        protected BaseManyToManyShortestPathsImpl​(java.util.Set<V> sources,
                                                  java.util.Set<V> targets)
        Constructs an instance for the given sources and targets.
        Parameters:
        sources - source vertices
        targets - target vertices