Class StronglyConnectedComponentsConfigurator<U extends java.io.Serializable>
java.lang.Object
es.uam.eps.ir.relison.grid.community.connectedness.StronglyConnectedComponentsConfigurator<U>
- Type Parameters:
U
- Type of the nodes of the network.
- All Implemented Interfaces:
CommunityDetectionConfigurator<U>
public class StronglyConnectedComponentsConfigurator<U extends java.io.Serializable> extends java.lang.Object implements CommunityDetectionConfigurator<U>
Configurator for an algorithm that computes the strongly connected components of a graph.
- See Also:
StronglyConnectedComponents
-
Constructor Summary
Constructors Constructor Description StronglyConnectedComponentsConfigurator()
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.function.Supplier<CommunityDetectionAlgorithm<U>>>
configure(Grid grid)
Configures a community detection algorithm.
-
Constructor Details
-
StronglyConnectedComponentsConfigurator
public StronglyConnectedComponentsConfigurator()
-
-
Method Details
-
configure
public java.util.Map<java.lang.String,java.util.function.Supplier<CommunityDetectionAlgorithm<U>>> configure(Grid grid)Description copied from interface:CommunityDetectionConfigurator
Configures a community detection algorithm.- Specified by:
configure
in interfaceCommunityDetectionConfigurator<U extends java.io.Serializable>
- Parameters:
grid
- the parameters of the algorithm.- Returns:
- a pair containing the name of the
-