MCPcopy
hub / github.com/google/guava / asGraph

Method asGraph

android/guava/src/com/google/common/graph/Network.java:122–122  ·  view source on GitHub ↗

Returns a live view of this network as a {@link Graph}. The resulting {@link Graph} will have an edge connecting node A to node B if this {@link Network} has an edge connecting A to B. <p>If this network {@link #allowsParallelEdges() allows parallel edges}, parallel edges will be treated as if coll

()

Source from the content-addressed store, hash-verified

120 * in the {@link Graph} view may be less than the degree of the same node in this {@link Network}.
121 */
122 Graph<N> asGraph();
123
124 //
125 // Network properties

Callers 15

asGraphMethod · 0.65
hasCycleMethod · 0.65
asGraphMethod · 0.65
validateGraphStateMethod · 0.65
validateGraphMethod · 0.65
validateNetworkMethod · 0.65
asGraphMethod · 0.65

Calls

no outgoing calls