Class CommDegreeGridSearch<U>
java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.indiv.CommDegreeGridSearch<U>
- Type Parameters:
U
- type of the users
- All Implemented Interfaces:
IndividualCommunityMetricGridSearch<U>
public class CommDegreeGridSearch<U> extends java.lang.Object implements IndividualCommunityMetricGridSearch<U>
Grid for the degree of a node.
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
ORIENT
Identifier for the orientation -
Constructor Summary
Constructors Constructor Description CommDegreeGridSearch()
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.function.Supplier<IndividualCommunityMetric<U>>>
grid(Grid grid)
Obtains the different individual community metrics to compute in a grid.
-
Field Details
-
ORIENT
private static final java.lang.String ORIENTIdentifier for the orientation- See Also:
- Constant Field Values
-
-
Constructor Details
-
CommDegreeGridSearch
public CommDegreeGridSearch()
-
-
Method Details
-
grid
public java.util.Map<java.lang.String,java.util.function.Supplier<IndividualCommunityMetric<U>>> grid(Grid grid)Description copied from interface:IndividualCommunityMetricGridSearch
Obtains the different individual community metrics to compute in a grid.- Specified by:
grid
in interfaceIndividualCommunityMetricGridSearch<U>
- Parameters:
grid
- the grid for the metric- Returns:
- the grid parameters.
-