Class AllRecommendedNeighborsPropagationConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.propagation.AllRecommendedNeighborsPropagationConfigurator<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 AllRecommendedNeighborsPropagationConfigurator<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 recommended neighbors of the propagating user.
See Also:
AllRecommendedNeighborsPropagationMechanism
  • 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
    AllRecommendedNeighborsPropagationConfigurator()  
  • 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait