Class AllNeighborsPropagationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.propagation.AllNeighborsPropagationConfigurator<U,I,F>
- Type Parameters:
U
- type of the users.I
- type of the information pieces.F
- type of the user and information pieces features.
- All Implemented Interfaces:
PropagationConfigurator<U,I,F>
public class AllNeighborsPropagationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements PropagationConfigurator<U,I,F>
Configures an propagation mechanism that distributes pieces to all the neighbors of the propagating user.
- See Also:
AllNeighborsPropagationMechanism
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
ORIENTATION
Identifier for the neighbors towards whom we want to propagate the information. -
Constructor Summary
Constructors Constructor Description AllNeighborsPropagationConfigurator()
-
Method Summary
Modifier and Type Method Description PropagationMechanism<U,I,F>
configure(Parameters params)
Configures a propagation mechanism for selecting the users to propagate information to.
-
Field Details
-
ORIENTATION
private static java.lang.String ORIENTATIONIdentifier for the neighbors towards whom we want to propagate the information.
-
-
Constructor Details
-
AllNeighborsPropagationConfigurator
public AllNeighborsPropagationConfigurator()
-
-
Method Details
-
configure
Description copied from interface:PropagationConfigurator
Configures a propagation mechanism for selecting the users to propagate information to.- Specified by:
configure
in interfacePropagationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters of the mechanism.- Returns:
- the propagation mechanism.
-