Uses of Interface
org.graphstream.algorithm.TarjanStronglyConnectedComponents.IndexGenerator
Package | Description |
---|---|
org.graphstream.algorithm |
-
Uses of TarjanStronglyConnectedComponents.IndexGenerator in org.graphstream.algorithm
Classes in org.graphstream.algorithm that implement TarjanStronglyConnectedComponents.IndexGenerator Modifier and Type Class Description static class
TarjanStronglyConnectedComponents.IntegerIndexGenerator
Defines an index generator producing a sequence of integer as indexes.Methods in org.graphstream.algorithm with parameters of type TarjanStronglyConnectedComponents.IndexGenerator Modifier and Type Method Description void
TarjanStronglyConnectedComponents. setIndexGenerator(TarjanStronglyConnectedComponents.IndexGenerator gen)
Set the generator of components indexes.