MCPcopy Index your code
hub / github.com/antlr/codebuff / allowsParallelEdges

Method allowsParallelEdges

corpus/java/training/guava/graph/Network.java:232–232  ·  view source on GitHub ↗

Returns true if this graph allows parallel edges. Attempting to add a parallel edge to a graph that does not allow them will throw an UnsupportedOperationException.

()

Source from the content-addressed store, hash-verified

230 * that does not allow them will throw an {@link UnsupportedOperationException}.
231 */
232 boolean allowsParallelEdges();
233
234 //
235 // Element-level accessors

Callers 15

nodeConnectionsOfMethod · 0.65
fromMethod · 0.65
parallelEdgesMethod · 0.65
getPropertiesStringMethod · 0.65
addEdgeMethod · 0.65
newNodeConnectionsMethod · 0.65
nodeConnectionsOfMethod · 0.65
fromMethod · 0.65
parallelEdgesMethod · 0.65
getPropertiesStringMethod · 0.65
addEdgeMethod · 0.65
newNodeConnectionsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected