Class StrongComponentProcessor


  • public class StrongComponentProcessor
    extends GraphProcessor
    A processor which extracts the strong components of a directed graph. A strong component is a maximal strongly connected subgraph of a directed graph. The implementation is based on Tarjan's algorithm.
    Author:
    Franz-Josef Elmer
    • Constructor Detail

      • StrongComponentProcessor

        public StrongComponentProcessor​(boolean calculateAttributes)
        Creates an instance.
        Parameters:
        calculateAttributes - If true the attributes of the strong components will be calculated. Otherwise not.