net.sourceforge.combean.interfaces.graph.alg.partition
Interface StronglyConnectedComponentsAlg

Package class diagram package StronglyConnectedComponentsAlg
All Superinterfaces:
GraphAlgorithm, PartitioningAlg
All Known Implementing Classes:
AbstractSCCImpl, SCCByDFSImpl, SCCByDoubleDFSImpl

public interface StronglyConnectedComponentsAlg
extends PartitioningAlg

Interface for algorithms calculating the SCCs of a directed graph. Currently this is only a tag interface.


Method Summary
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.alg.partition.PartitioningAlg
getVisitor, setVisitor
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.alg.GraphAlgorithm
getGraph, run, setGraph