Package net.sourceforge.combean.interfaces.graph.alg.partition

Package class diagram package net.sourceforge.combean.interfaces.graph.alg.partition
Interface Summary
NodePartitionVisitor A Visitor which is used by partitioning algorithms to return the partitions which were found.
PartitioningAlg Base interface for algorithms which partition/color the nodes of the graph.
StronglyConnectedComponentsAlg Interface for algorithms calculating the SCCs of a directed graph.