org.graphstream.algorithm
Interface TarjanStronglyConnectedComponents.IndexGenerator

All Known Implementing Classes:
TarjanStronglyConnectedComponents.IntegerIndexGenerator
Enclosing class:
TarjanStronglyConnectedComponents

public static interface TarjanStronglyConnectedComponents.IndexGenerator

Defines objects able to generator index.


Method Summary
 Object nextIndex()
          Create a new index.
 

Method Detail

nextIndex

Object nextIndex()
Create a new index.

Returns:
a new index object that has to be unique according to previous indexes.


Copyright © 2011. All Rights Reserved.