Interface PropagationConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>

Type Parameters:
U - type of the users.
I - type of the information pieces.
F - type of the user and information pieces features.
All Known Implementing Classes:
AllNeighborsPropagationConfigurator, AllRecommendedNeighborsPropagationConfigurator, PullPropagationConfigurator, PullPushPropagationConfigurator, PullPushPureRecommenderPropagationConfigurator, PullPushRecommenderPropagationConfigurator, PushPropagationConfigurator

public interface PropagationConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
Interface for configuring propagation mechanisms.
See Also:
InfiniteTimeExpirationMechanism
  • 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.
  • Method Details

    • configure

      PropagationMechanism<U,​I,​F> configure​(Parameters params)
      Configures a propagation mechanism for selecting the users to propagate information to.
      Parameters:
      params - the parameters of the mechanism.
      Returns:
      the propagation mechanism.