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

Method isDirected

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

Returns true if the edges in this graph are directed. Directed edges connect a {@link EndpointPair#source() source node} to a {@link EndpointPair#target() target node}, while undirected edges connect a pair of nodes to each other.

()

Source from the content-addressed store, hash-verified

124 * undirected edges connect a pair of nodes to each other.
125 */
126 @Override
127 boolean isDirected();
128
129 /**

Callers 15

connectionsOfMethod · 0.65
equalsMethod · 0.65
toStringMethod · 0.65
isDirectedMethod · 0.65
equalsMethod · 0.65
fromMethod · 0.65
connectionsOfMethod · 0.65
removeNodeMethod · 0.65
newConnectionsMethod · 0.65
forTreeMethod · 0.65
hasCycleMethod · 0.65

Calls

no outgoing calls