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

Method isDirected

corpus/java/training/guava/graph/Graph.java:189–189  ·  view source on GitHub ↗

Returns true if the edges in this graph have a direction associated with them. A directed edge is an plain #outEdges(Object) outgoing edge of its plain #source(Object) source, and an plain #inEdges(Object) incoming edge of its plain #target(Object) target. An undirect

()

Source from the content-addressed store, hash-verified

187 * of each incident node.
188 */
189 boolean isDirected();
190
191 /**
192 * Returns true if this graph allows self-loops (edges that connect a node to itself).

Callers 15

nodeConnectionsOfMethod · 0.65
isCyclicMethod · 0.65
fromMethod · 0.65
nodeConnectionsOfMethod · 0.65
equalMethod · 0.65
adjacentNodesStringMethod · 0.65
getPropertiesStringMethod · 0.65
newNodeConnectionsMethod · 0.65
fromMethod · 0.65
newNodeConnectionsMethod · 0.65
nodeConnectionsOfMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected