Uses of Enum
com.google.common.graph.Graphs.TransitiveClosureSelfLoopStrategy
Packages that use Graphs.TransitiveClosureSelfLoopStrategy
-
Uses of Graphs.TransitiveClosureSelfLoopStrategy in com.google.common.graph
Subclasses with type arguments of type Graphs.TransitiveClosureSelfLoopStrategy in com.google.common.graphModifier and TypeClassDescriptionstatic enum
A strategy for adding self-loops to the transitive closure graph.Methods in com.google.common.graph that return Graphs.TransitiveClosureSelfLoopStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.Graphs.TransitiveClosureSelfLoopStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.graph with parameters of type Graphs.TransitiveClosureSelfLoopStrategyModifier and TypeMethodDescriptionstatic <N> ImmutableGraph
<N> Graphs.transitiveClosure
(Graph<N> graph, Graphs.TransitiveClosureSelfLoopStrategy strategy) Returns the transitive closure ofgraph
.