Class PullPushSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.selection.PullPushSelectionConfigurator<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:
SelectionConfigurator<U,I,F>
public class PullPushSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements SelectionConfigurator<U,I,F>
Configures a pure push-pull selection mechanism, where all the previously known information by the users
is propagated.
- See Also:
PullPushSelectionMechanism
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
NUMOWN
Identifier for the number of own pieces of information to propagate. -
Constructor Summary
Constructors Constructor Description PullPushSelectionConfigurator()
-
Method Summary
Modifier and Type Method Description SelectionMechanism<U,I,F>
configure(Parameters params)
Configures a selection mechanism for the information pieces to propagate.
-
Field Details
-
NUMOWN
private static final java.lang.String NUMOWNIdentifier for the number of own pieces of information to propagate.- See Also:
- Constant Field Values
-
-
Constructor Details
-
PullPushSelectionConfigurator
public PullPushSelectionConfigurator()
-
-
Method Details
-
configure
Description copied from interface:SelectionConfigurator
Configures a selection mechanism for the information pieces to propagate.- Specified by:
configure
in interfaceSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters of the selection mechanism.- Returns:
- the selection mechanism.
-