Documentation of 'org.jgrapht.graph.UndirectedWeightedSubgraph' Java class
UndirectedWeightedSubgraph
org.jgrapht.graph

Class UndirectedWeightedSubgraph<V,E>

    • Constructor Detail

      • UndirectedWeightedSubgraph

        public UndirectedWeightedSubgraph(WeightedGraph<V,E> base,
                                          java.util.Set<? extends V> vertexSubset,
                                          java.util.Set<? extends E> edgeSubset)
        Creates a new undirected weighted subgraph.
        Parameters:
        base - the base (backing) graph on which the subgraph will be based.
        vertexSubset - vertices to include in the subgraph. If null then all vertices are included.
        edgeSubset - edges to in include in the subgraph. If null then all the edges whose vertices found in the graph are included.
      • UndirectedWeightedSubgraph

        public UndirectedWeightedSubgraph(WeightedGraph<V,E> base,
                                          java.util.Set<? extends V> vertexSubset)
        Creates a new weighted undirected induced subgraph.
        Parameters:
        base - the base (backing) graph on which the subgraph will be based.
        vertexSubset - vertices to include in the subgraph. If null then all vertices are included.
      • UndirectedWeightedSubgraph

        public UndirectedWeightedSubgraph(WeightedGraph<V,E> base)
        Creates a new weighted undirected induced subgraph with all vertices included.
        Parameters:
        base - the base (backing) graph on which the subgraph will be based.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.