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
()
| 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 |
no outgoing calls